@@ -158,7 +158,7 @@ |
||
158 | 158 | */ |
159 | 159 | public function isDirectory($key) |
160 | 160 | { |
161 | - if ($this->exists($key . '/')) |
|
161 | + if ($this->exists($key.'/')) |
|
162 | 162 | { |
163 | 163 | return true; |
164 | 164 | } |