|
@@ -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 ' . str_replace('\\', '/', \Gaufrette\Util\Path::dirname($file))); |
|
|
122
|
+ $lines = ftp_rawlist($this->getConnection(), '-al '.str_replace('\\', '/', \Gaufrette\Util\Path::dirname($file))); |
|
123
|
123
|
|
|
124
|
124
|
if (false === $lines) { |
|
125
|
125
|
return false; |
Please login to merge, or discard this patch.