projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051b50a
)
Fix variable
author
Duck (Jakob Munih)
<duck@obala.net>
Sun, 8 Mar 2009 11:37:02 +0000
(12:37 +0100)
committer
Duck (Jakob Munih)
<duck@obala.net>
Sun, 8 Mar 2009 11:39:20 +0000
(12:39 +0100)
folks/config/hooks.php.dist
patch
|
blob
|
history
diff --git
a/folks/config/hooks.php.dist
b/folks/config/hooks.php.dist
index
803a4ef
..
19bcbdd
100644
(file)
--- a/
folks/config/hooks.php.dist
+++ b/
folks/config/hooks.php.dist
@@
-350,7
+350,7
@@
if (!function_exists('_horde_hook_signup_addextra')) {
$body = sprintf(_("Your username on %s %s is: %s. \n\n Please confirm the registration by going to this link \n %s"),
$GLOBALS['registry']->get('name', 'horde'),
Horde::url($GLOBALS['registry']->get('webroot', 'horde'), true),
- $user
['user_uid']
,
+ $user
ID
,
$link);
$result = Folks::sendMail($extra['email'], _("Confirmation code"), $body);