X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-rallye.php;h=8d2f9dd419de86067a6a98714273153df13d7cf3;hb=509ae618cc32ba2b811cf66567d62abc597dc405;hp=694a984d3c1b437920d32057d445ba14f1ec21e1;hpb=1dd584090ba559372adb525fba74f46262c7308c;p=mailer.git diff --git a/inc/extensions/ext-rallye.php b/inc/extensions/ext-rallye.php index 694a984d3c..8d2f9dd419 100644 --- a/inc/extensions/ext-rallye.php +++ b/inc/extensions/ext-rallye.php @@ -329,7 +329,7 @@ Zudem sollten Sie mindestens folgende Templates (in templates/".getLangu default: // Do stuff when extension is loaded // Do stuff only when not in CSS mode - if (($GLOBALS['output_mode'] != '1') && ($GLOBALS['output_mode'] != '-1') && ($GLOBALS['cache_mode'] != 'init')) { + if ((getOutputMode() != '1') && (getOutputMode() != '-1') && ($GLOBALS['cache_mode'] != 'init')) { // Get total member count $total = GET_TOTAL_DATA('CONFIRMED', 'user_data', 'userid', 'status', true);