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:
@@ -129,7 +129,7 @@ class Minify_ClosureCompiler
|
||||
$this->getOptionsCommandLine($userOptions)
|
||||
);
|
||||
|
||||
return join(' ', $args) . ' ' . escapeshellarg($tmpFile);
|
||||
return implode(' ', $args) . ' ' . escapeshellarg($tmpFile);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user