]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_100_bonus.php
New wrapper functions introduced
[mailer.git] / inc / reset / reset_100_bonus.php
index 87c197c2daf42757154e4c81d1793600c43ca509..4686d552966307861782619d0f09bb243c30e02f 100644 (file)
@@ -40,7 +40,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((getScriptOutputMode() != 0) || (!isResetModeEnabled())) {
+} elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('bonus')) {