From 686960c8c27bbd2415ef25fa804bf32b464dd0f3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 7 Mar 2018 12:54:17 +0800 Subject: [PATCH] Elements.php --- Elements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elements.php b/Elements.php index 86e5ec6..a53d2ae 100644 --- a/Elements.php +++ b/Elements.php @@ -29,7 +29,7 @@ class Pman_Builder_Elements extends Pman return true; } - function get() + function get($args, $opts = array()) { if (empty($_REQUEST['table'])) { $this->getTableList(); -- 2.39.2