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

Dump.php
ERM.php

index f199c8f..0723729 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -11,7 +11,7 @@ class Pman_Builder_Dump extends Pman
         exit;
     }
   
-    function get($app) {
+    function get($app, $opts = array()) {
         die("DISABLED");
         $b = DB_DataObject::Factory('Builder');
         $b->find();
diff --git a/ERM.php b/ERM.php
index 3b735a7..2f90bf6 100644 (file)
--- a/ERM.php
+++ b/ERM.php
@@ -17,7 +17,7 @@ class Pman_Builder_ERM extends Pman
         
        }
     
-    function get($tbl)
+    function get($tbl, $opts = array())
     {