@@ -49,7 +49,7 @@ |
||
49 | 49 | // Determine file type |
50 | 50 | file_put_contents($tmpFile, (string) $obj['Body']); |
51 | 51 | $mime = trim((new CommandExecuter($this->cpeLogger))->execute( |
52 | - 'mimetype -b ' . escapeshellarg($tmpFile))['out']); |
|
52 | + 'mimetype -b '.escapeshellarg($tmpFile))['out']); |
|
53 | 53 | $type = substr($mime, 0, strpos($mime, '/')); |
54 | 54 | |
55 | 55 | $this->cpeLogger->log_out( |