From: Alan Knowles Date: Thu, 28 Jul 2011 14:40:32 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d5cfa6b14cb35dcb4788ecd23a7639e0578bde75 JsCompile.php --- 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;