projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472658a
)
Fix signature.
author
Jan Schneider
<jan@horde.org>
Wed, 25 Aug 2010 11:16:03 +0000
(13:16 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 25 Aug 2010 12:07:39 +0000
(14:07 +0200)
framework/Core/lib/Horde/Core/Auth/Signup/Base.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Core/Auth/Signup/Base.php
b/framework/Core/lib/Horde/Core/Auth/Signup/Base.php
index
73aeb24
..
863b530
100644
(file)
--- 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.