From: Alan Knowles Date: Wed, 7 Mar 2018 04:54:07 +0000 (+0800) Subject: Dump.php X-Git-Url: http://git.roojs.org/?p=Pman.Builder;a=commitdiff_plain;h=6b0c1f22f5ac247fc3cd998b499fa326fc5b7124 Dump.php ERM.php --- diff --git a/Dump.php b/Dump.php index f199c8f..0723729 100644 --- 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 --- a/ERM.php +++ b/ERM.php @@ -17,7 +17,7 @@ class Pman_Builder_ERM extends Pman } - function get($tbl) + function get($tbl, $opts = array()) {