need to pass this by reference, though it doesn't appear to be used...
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 24 May 2010 21:00:48 +0000 (17:00 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 24 May 2010 21:00:48 +0000 (17:00 -0400)
framework/Core/lib/Horde/Core/Perms/Ui.php

index a88b7d0..b859c94 100644 (file)
@@ -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');