From: quix0r Date: Mon, 1 Oct 2012 21:56:45 +0000 (+0000) Subject: Opps (sorry guys) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27c80ac56c3586e55511bb7fc1a9eee72d246ea2;p=mailer.git Opps (sorry guys) --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 1e0c5cefc0..47bf5c07af 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -1824,11 +1824,11 @@ function getMtWord2 () { } // "Getter" for mt_word2 -function getMtWord2 () { +function getMtWord3 () { // Do we have cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it - $GLOBALS[__FUNCTION__] = getConfig('mt_word2'); + $GLOBALS[__FUNCTION__] = getConfig('mt_word3'); } // END - if // Return cache