X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-rallye.php;h=cdacbeac35a6bf18ad96504563552e3113ec24b7;hb=798486d19f1eef4f1375d4d9b3d3a216e815fb74;hp=5d34c754f48dc4b89bbe222de5babbac241d957d;hpb=dfaa8c1675da4071ea451406a6f6fedd4c568416;p=mailer.git diff --git a/inc/extensions/ext-rallye.php b/inc/extensions/ext-rallye.php index 5d34c754f4..cdacbeac35 100644 --- a/inc/extensions/ext-rallye.php +++ b/inc/extensions/ext-rallye.php @@ -302,8 +302,7 @@ Zudem sollten Sie mindestens folgende Templates (in templates/".GET_LANG default: // Do stuff when extension is loaded // Do stuff only when not in CSS mode - if (($CSS != "1") && ($CSS != "-1")) - { + if (($CSS != "1") && ($CSS != "-1") && ($cacheMode != "init")) { // Get total member count $TOTAL = GET_TOTAL_DATA("CONFIRMED", "user_data", "userid", "status", true);