JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 08:44:39 +0000 (16:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 08:44:39 +0000 (16:44 +0800)
JsCompile.php

index 0c64cb2..31bb666 100644 (file)
@@ -259,7 +259,7 @@ class Pman_Core_JsCompile  extends Pman
         $eoutput = " -o " . escapeshellarg($output) .
                    " -O ". escapeshellarg(preg_replace('/\.js$/', '.__debug__.js', $output));
                    
-        if ( $translation_base) {
+        if (false && $translation_base) {
             $toutput = "-t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) .
                     " -p " . escapeshellarg($translation_base);
         }