From 91d298e5ec7193849a92bd4902abc02ffab8305b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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