From 51fcc32365f6b9bab07fae1dae0dd76c75beece7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 10:28:19 +0800 Subject: [PATCH] NotifyAction.php --- NotifyAction.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifyAction.php b/NotifyAction.php index 09d9a04f..e3b9af5c 100644 --- a/NotifyAction.php +++ b/NotifyAction.php @@ -31,12 +31,12 @@ class Pman_Core_NotifyAction extends Pman } - function get() + function get($v, $opts=array()) { $this->jerr("invalid request"); } - function post() + function post($v) { // needs: (Array of...) // on_table, -- 2.39.2