JsCompile.php
[Pman.Core] / 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.
+                    
         }