]> git.mxchange.org Git - mailer.git/commitdiff
Fix for fix
authorRoland Häder <roland@mxchange.org>
Thu, 5 Nov 2009 16:46:54 +0000 (16:46 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 5 Nov 2009 16:46:54 +0000 (16:46 +0000)
inc/functions.php

index c22a559d614a9168bc1a520b162191694ef2c01f..64fb5c3a211c466035b40e7898cdcc9ca7b6b207 100644 (file)
@@ -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'])) {