From d3acf988cdbd3f3668e4c11a9a2ecdacda281f78 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Aug 2011 12:23:24 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 65f2ec07..38ab0803 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -258,7 +258,7 @@ class Pman_Core_JsCompile extends Pman $eoutput = escapeshellarg($output); - if (false || $translation_base) { + if (false && $translation_base) { $toutput = "-t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) . " -p " . escapeshellarg($translation_base); } -- 2.39.2