]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-rallye.php
Some sponsor API functions added, expression function for user moved:
[mailer.git] / inc / extensions / ext-rallye.php
index 8b05ceb6095d60be860e42551fd3661aa44b0e87..6b2fb3bdf00f5c8b3a040e23f7aac624cfc7edc7 100644 (file)
@@ -329,7 +329,7 @@ Zudem sollten Sie mindestens folgende Templates (in <strong>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();