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