From ee79f8d86c51d357077099e6163014ad348107b2 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 24 May 2010 17:00:48 -0400 Subject: [PATCH] need to pass this by reference, though it doesn't appear to be used... --- framework/Core/lib/Horde/Core/Perms/Ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Core/Perms/Ui.php b/framework/Core/lib/Horde/Core/Perms/Ui.php index a88b7d056..b859c9469 100644 --- a/framework/Core/lib/Horde/Core/Perms/Ui.php +++ b/framework/Core/lib/Horde/Core/Perms/Ui.php @@ -482,7 +482,7 @@ class Horde_Core_Perms_Ui * true, if any other submit button has been pressed return * false. If form did not validate return null. */ - public function validateDeleteForm($info) + public function validateDeleteForm(&$info) { $form_submit = $this->_vars->get('submitbutton'); -- 2.11.0