From 6b0c1f22f5ac247fc3cd998b499fa326fc5b7124 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 7 Mar 2018 12:54:07 +0800 Subject: [PATCH] Dump.php ERM.php --- Dump.php | 2 +- ERM.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()) { -- 2.39.2