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