From 4de4188e5f00d6f7eb3762b69983a80e05b06851 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 5 Nov 2009 16:46:54 +0000 Subject: [PATCH] Fix for fix --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) { -- 2.39.2