From: quix0r Date: Tue, 3 Aug 2010 23:15:59 +0000 (+0000) Subject: Fix... :-( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6222d110090800fae9d765144289cc4232f1dbad;p=mailer.git Fix... :-( --- 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