From: Michael J. Rubinsky Date: Mon, 24 May 2010 21:00:48 +0000 (-0400) Subject: need to pass this by reference, though it doesn't appear to be used... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ee79f8d86c51d357077099e6163014ad348107b2;p=horde.git need to pass this by reference, though it doesn't appear to be used... --- 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');