Completed
Pull Request — master (#413)
by Albin
02:52
created
src/Gaufrette/Adapter/Ftp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
         $this->ensureDirectoryExists($this->directory, $this->create);
120 120
 
121 121
         $file  = $this->computePath($key);
122
-        $lines = ftp_rawlist($this->getConnection(), '-al ' . \Gaufrette\Util\Path::dirname($file));
122
+        $lines = ftp_rawlist($this->getConnection(), '-al '.\Gaufrette\Util\Path::dirname($file));
123 123
 
124 124
         if (false === $lines) {
125 125
             return false;
Please login to merge, or discard this patch.