1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-06 14:16:28 +02:00
This commit is contained in:
Ryan Grove
2007-05-03 04:45:43 +00:00
parent 55d5457dab
commit a37a84f5e6

View File

@@ -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;
}
}