]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-rallye.php
API functions renamed:
[mailer.git] / inc / extensions / ext-rallye.php
index a4997d35b3e3199f17c82989711d7136a729f69d..44f1fb1e77b27cb160e4610c85bdc7cf180372b9 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 (getOutputMode() != 1) {
+               if (getScriptOutputMode() != 1) {
                        // Get total member count
                        $total = getTotalConfirmedUser();