JsCompiler.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 04:54:40 +0000 (12:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 04:54:40 +0000 (12:54 +0800)
JsCompiler.php

index d19b7d7..5e25545 100644 (file)
@@ -23,7 +23,7 @@ class Pman_Builder_JsCompiler extends Pman
     }
     
     
-    function get($proj, $args)
+    function get($proj, $args=array())
     {
         if (empty($args)) {
             die("missing action : eg. build or install");