From: Roland Häder Date: Thu, 5 Nov 2009 16:46:54 +0000 (+0000) Subject: Fix for fix X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=4de4188e5f00d6f7eb3762b69983a80e05b06851 Fix for fix --- diff --git a/inc/functions.php b/inc/functions.php index c22a559d61..64fb5c3a21 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3187,7 +3187,7 @@ function determineReferalId () { $found = false; // Set current userid here if no member - if (!isMember()) setCurrentUserId($GLOBALS['refid'); + if (!isMember()) setCurrentUserId($GLOBALS['refid']); // Do we have nickname or userid set? if (isNicknameUsed($GLOBALS['refid'])) {