From: Duck (Jakob Munih) Date: Sun, 8 Mar 2009 11:37:02 +0000 (+0100) Subject: Fix variable X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d72907d3593945d64cf1c76ec999218d83ba38c8;p=horde.git Fix variable --- diff --git a/folks/config/hooks.php.dist b/folks/config/hooks.php.dist index 803a4ef40..19bcbdd00 100644 --- 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'], + $userID, $link); $result = Folks::sendMail($extra['email'], _("Confirmation code"), $body);