From: Roland Häder Date: Tue, 3 Aug 2010 23:15:59 +0000 (+0000) Subject: Fix... :-( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91d298e5ec7193849a92bd4902abc02ffab8305b;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