@@ -302,7 +302,7 @@ |
||
| 302 | 302 | public function getFilenameSuffix($plain = false) |
| 303 | 303 | { |
| 304 | 304 | return (count($this->fileSuffixes) ? '.' . implode('.', $this->fileSuffixes) : '') |
| 305 | - . ($plain ? '' : $this->getCompressorSuffix() . $this->getCrypterSuffix()); |
|
| 305 | + . ($plain ? '' : $this->getCompressorSuffix() . $this->getCrypterSuffix()); |
|
| 306 | 306 | } |
| 307 | 307 | |
| 308 | 308 | /** |