From c9564f75030330e182536215b987abd8268a45a1 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sun, 25 Mar 2012 21:43:59 +0000 Subject: [PATCH] fixing 'strict' errors --- admin/includes/panels.prototypes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/includes/panels.prototypes.php b/admin/includes/panels.prototypes.php index 9f88dbd..ff915ab 100644 --- a/admin/includes/panels.prototypes.php +++ b/admin/includes/panels.prototypes.php @@ -216,7 +216,7 @@ return parent::exec(); } - function onsubmit() { + function onsubmit($data=null) { global $lang, $panel, $action;