]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-rallye.php
Session save path now fully supported
[mailer.git] / inc / extensions / ext-rallye.php
index 5d34c754f48dc4b89bbe222de5babbac241d957d..cdacbeac35a6bf18ad96504563552e3113ec24b7 100644 (file)
@@ -302,8 +302,7 @@ Zudem sollten Sie mindestens folgende Templates (in <STRONG>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);