From a37a84f5e6d1036b3b29d278f9404475a8e0354e Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Thu, 3 May 2007 04:45:43 +0000 Subject: [PATCH] --- minify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minify.php b/minify.php index 85553d2..d03ffc9 100644 --- a/minify.php +++ b/minify.php @@ -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; } }