X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_birthday.php;h=3eeee01dfda03c5aa609eae9e3a8f6e7ad3b5354;hb=3b15416a92af60582c1b622e2bff5ae476c647c1;hp=4321e31bd4f0819b4a7938487e4687e36e6773d8;hpb=cb77ae5b217928f9f9cdc317a32c3b3994b68741;p=mailer.git diff --git a/inc/reset/reset_birthday.php b/inc/reset/reset_birthday.php index 4321e31bd4..3eeee01dfd 100644 --- a/inc/reset/reset_birthday.php +++ b/inc/reset/reset_birthday.php @@ -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 return; } elseif (!isExtensionActive('birthday')) {