From 19a906e16257ebba14cfacd9246fe856009e601d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Aug 2011 16:43:50 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 31bb666d..0c64cb2d 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -259,7 +259,7 @@ class Pman_Core_JsCompile extends Pman $eoutput = " -o " . escapeshellarg($output) . " -O ". escapeshellarg(preg_replace('/\.js$/', '.__debug__.js', $output)); - if (false && $translation_base) { + if ( $translation_base) { $toutput = "-t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) . " -p " . escapeshellarg($translation_base); } -- 2.39.2