X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-rallye.php;h=6b2fb3bdf00f5c8b3a040e23f7aac624cfc7edc7;hb=2710fcbafc1d3866e75cba4b96a5ca0457b9e327;hp=8b05ceb6095d60be860e42551fd3661aa44b0e87;hpb=f80c8bcb6e503a761c07731b4741d718edb844c6;p=mailer.git diff --git a/inc/extensions/ext-rallye.php b/inc/extensions/ext-rallye.php index 8b05ceb609..6b2fb3bdf0 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 case 'init': // Do stuff when extension is initialized // Do stuff only when not in CSS mode // @TODO Move this code into rallye_functions.php - if (getScriptOutputMode() != 1) { + if (!isCssOutputMode()) { // Get total member count $total = getTotalConfirmedUser();