From: Alan Knowles Date: Thu, 18 Aug 2011 04:23:24 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d3acf988cdbd3f3668e4c11a9a2ecdacda281f78 JsCompile.php --- 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); }