From 6222d110090800fae9d765144289cc4232f1dbad Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 3 Aug 2010 23:15:59 +0000 Subject: [PATCH] Fix... :-( --- inc/libs/beg_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/libs/beg_functions.php b/inc/libs/beg_functions.php index ac21a85221..5fb6055eb7 100644 --- a/inc/libs/beg_functions.php +++ b/inc/libs/beg_functions.php @@ -92,7 +92,7 @@ function getBegUserid () { // Do we have cache? if (!isset($GLOBALS[__FUNCTION__])) { // Get it - $GLOBALS[__FUNCTION__] = getConfig(__FUNCTION__); + $GLOBALS[__FUNCTION__] = getConfig('beg_userid'); } // END - if // Return cache -- 2.39.5