@@ -171,9 +171,9 @@ |
||
171 | 171 | public function removeExtension ($filename) |
172 | 172 | { |
173 | 173 | return $this->appendPath( |
174 | - $this->getFolderPath($filename), |
|
175 | - $this->getBaseName($filename) |
|
176 | - ); |
|
174 | + $this->getFolderPath($filename), |
|
175 | + $this->getBaseName($filename) |
|
176 | + ); |
|
177 | 177 | } |
178 | 178 | |
179 | 179 | /** |