From: Jan Schneider Date: Wed, 25 Aug 2010 11:16:03 +0000 (+0200) Subject: Fix signature. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c15275cfe65971be4a51b5c26eaa9557ff1eab16;p=horde.git Fix signature. --- diff --git a/framework/Core/lib/Horde/Core/Auth/Signup/Base.php b/framework/Core/lib/Horde/Core/Auth/Signup/Base.php index 73aeb2400..863b5302c 100644 --- a/framework/Core/lib/Horde/Core/Auth/Signup/Base.php +++ b/framework/Core/lib/Horde/Core/Auth/Signup/Base.php @@ -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.