Fix signature.
authorJan Schneider <jan@horde.org>
Wed, 25 Aug 2010 11:16:03 +0000 (13:16 +0200)
committerJan Schneider <jan@horde.org>
Wed, 25 Aug 2010 12:07:39 +0000 (14:07 +0200)
framework/Core/lib/Horde/Core/Auth/Signup/Base.php

index 73aeb24..863b530 100644 (file)
@@ -118,12 +118,11 @@ abstract class Horde_Core_Auth_Signup_Base
     /**
      * Queues the user's submitted registration info for later admin approval.
      *
-     * @params mixed $info  Reference to array of parameters to be passed
-     *                      to hook
+     * @params object $signup  Signup data.
      *
      * @throws Horde_Exception
      */
-    abstract protected function _queueSignup(&$info);
+    abstract protected function _queueSignup($signup);
 
     /**
      * Get a user's queued signup information.