From: Alan Knowles Date: Fri, 22 Jul 2011 09:02:10 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=33bc0dc9024f0613325c56b35cb5122bd930cc29;p=Pman.Core JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index cc384efd..2935dd8b 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -141,7 +141,7 @@ class Pman_Core_JsCompile extends Pman $this->packCssCore($arfiles,$output_path.'/_cache_/'.$output); } - if (file_exists($output_path..'/_cache_/'.$output)) { + if (file_exists($output_path. '/_cache_/'.$output)) { echo ''; return; }