Fix variable
authorDuck (Jakob Munih) <duck@obala.net>
Sun, 8 Mar 2009 11:37:02 +0000 (12:37 +0100)
committerDuck (Jakob Munih) <duck@obala.net>
Sun, 8 Mar 2009 11:39:20 +0000 (12:39 +0100)
folks/config/hooks.php.dist

index 803a4ef..19bcbdd 100644 (file)
@@ -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'],
+                            $userID,
                             $link);
 
         $result = Folks::sendMail($extra['email'], _("Confirmation code"), $body);