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