From d5cfa6b14cb35dcb4788ecd23a7639e0578bde75 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Jul 2011 22:40:32 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 345e4771..efabda21 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -107,7 +107,7 @@ class Pman_Core_JsCompile extends Pman $this->pack($arfiles,$basedir.'/_cache_/'.$output); } - if ($ompile && file_exists($basedir.'/_cache_/'.$output)) { + if ($compile && file_exists($basedir.'/_cache_/'.$output)) { echo ''; return; -- 2.39.2