1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-23 22:22:59 +02:00

use origin function instead of alias

This commit is contained in:
Elan Ruusamäe
2018-01-05 14:31:13 +02:00
parent 2198482600
commit 57be61586e
2 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ class Minify_ClosureCompiler
$this->getOptionsCommandLine($userOptions)
);
return join(' ', $args) . ' ' . escapeshellarg($tmpFile);
return implode(' ', $args) . ' ' . escapeshellarg($tmpFile);
}
/**