From: quix0r Date: Thu, 5 Nov 2009 16:46:54 +0000 (+0000) Subject: Fix for fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fb9b79552a103db4ba08fc3ed32d33f5210c465b;p=mailer.git 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'])) {