]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-rallyes.php
Naming inconsistencies for userid fixed
[mailer.git] / inc / modules / guest / what-rallyes.php
index 26417389b94f979e1fd73c131f5dd7011a9bb0af..66bbac8df33ee905680116dd2d5f672c933fbc2d 100644 (file)
@@ -117,7 +117,7 @@ if (SQL_NUMROWS($result) == 1) {
                $content['can_win_this'] = getMessage('RALLYE_OUR_WINNERS_ARE');
        } else {
                $content['prices']       = addReferalRallyePrices($id, 'html');
-               $content['top_users']    = addReferalRallyeTopUsers($id, getUserId());
+               $content['top_users']    = addReferalRallyeTopUsers($id, getMemberId());
                $content['can_win_this'] = getMessage('RALLYE_YOU_CAN_WIN');
        }