From 26fed5f251d486348438b612be1bb91cd46ddb0a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 17:02:04 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 86828293..cc384efd 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; } -- 2.39.2