X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fextensions%2Fext-rallye.php;h=6fa30c5ba04472ab03ed95d1299476a000189f0b;hb=17260933e4315feda69c4d54c97df5dab0ebbc1e;hp=a4d6c26d05b0742bd0415a18e3ffee62af2ceb30;hpb=ddca9881eb3f42191cc44fda86f1db3deca645fc;p=mailer.git diff --git a/inc/extensions/ext-rallye.php b/inc/extensions/ext-rallye.php index a4d6c26d05..6fa30c5ba0 100644 --- a/inc/extensions/ext-rallye.php +++ b/inc/extensions/ext-rallye.php @@ -324,7 +324,7 @@ case "test": // For testing purposes. For details see file inc/modules/admin/wha default: // Do stuff when extension is loaded // Do stuff only when not in CSS mode - if (($CSS != "1") && ($CSS != "-1") && ($cacheMode != "init")) { + if (($GLOBALS['output_mode'] != "1") && ($GLOBALS['output_mode'] != "-1") && ($GLOBALS['cacheMode'] != "init")) { // Get total member count $TOTAL = GET_TOTAL_DATA("CONFIRMED", "user_data", "userid", "status", true);