X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffunctions.php;h=64fb5c3a211c466035b40e7898cdcc9ca7b6b207;hb=4de4188e5f00d6f7eb3762b69983a80e05b06851;hp=c22a559d614a9168bc1a520b162191694ef2c01f;hpb=b9edcfb00bb14c7b53b107ff5b1290841340b434;p=mailer.git 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'])) {