From f2435da512ac4b17afe63acc7936faa005dc4aa1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Aug 2011 17:36:10 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JsCompile.php b/JsCompile.php index c11e7f65..fbd94f66 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -261,8 +261,8 @@ class Pman_Core_JsCompile extends Pman if ( $translation_base) { $toutput = "-t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) . - " -p " . escapeshellarg($translation_base) . - " -k "; // this kills the compression. + " -p " . escapeshellarg($translation_base) ;//." -k "; // this kills the compression. + } -- 2.39.2