php7 fixes
[Pman.Builder] / App.php
diff --git a/App.php b/App.php
index 4877209..ac03167 100644 (file)
--- a/App.php
+++ b/App.php
@@ -16,7 +16,7 @@ class Pman_Builder_App extends Pman
         return true;
     }
   
-    function get($app) {
+    function get($app, $opts = array()) {
         
          
         
@@ -26,7 +26,6 @@ class Pman_Builder_App extends Pman
         
         
         $mod = DB_DataObject::factory('builder_modules');
-        print_r($mod);exit;
         if (!$mod->get('app', $app)) {
             die("invalid module");
         }