JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 04:23:24 +0000 (12:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 04:23:24 +0000 (12:23 +0800)
JsCompile.php

index 65f2ec0..38ab080 100644 (file)
@@ -258,7 +258,7 @@ class Pman_Core_JsCompile  extends Pman
         
         $eoutput = escapeshellarg($output);
         
-        if (false || $translation_base) {
+        if (false && $translation_base) {
             $toutput = "-t ". escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)) .
                     " -p " . escapeshellarg($translation_base);
         }