@@ -380,8 +380,7 @@ |
||
380 | 380 | $chDirResult = false; |
381 | 381 | try { |
382 | 382 | $chDirResult = ftp_chdir($this->getConnection(), $directory) |
383 | - } |
|
384 | - catch(Exception $e) { |
|
383 | + } catch(Exception $e) { |
|
385 | 384 | $this->passive = true; |
386 | 385 | |
387 | 386 | // Build the FTP URL that will be used to check if the path is a directory or not |