JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 09:36:10 +0000 (17:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 09:36:10 +0000 (17:36 +0800)
JsCompile.php

index c11e7f6..fbd94f6 100644 (file)
@@ -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.
+                    
         }