mirror of
https://github.com/mrclay/minify.git
synced 2025-08-06 14:16:28 +02:00
This commit is contained in:
@@ -299,7 +299,7 @@ class Minify {
|
||||
public function combine($minify = true) {
|
||||
// Return contents from server cache if possible.
|
||||
if (MINIFY_USE_CACHE) {
|
||||
if ($cacheResult = $this->serverCache()) {
|
||||
if ($cacheResult = $this->serverCache(true)) {
|
||||
return $cacheResult;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user