X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-doubler.php;h=aea44a21329d9e60487c6cd9e650fdf7d762fa40;hp=ccec7e30920dee7360996df1e5cbd6012ac1f375;hb=3c4fbc22e3c04348734182d4d29bfef7eb050aa6;hpb=9976231a6912f167006012db6a3b757e097c46b9 diff --git a/inc/modules/guest/what-doubler.php b/inc/modules/guest/what-doubler.php index ccec7e3092..aea44a2132 100644 --- a/inc/modules/guest/what-doubler.php +++ b/inc/modules/guest/what-doubler.php @@ -35,7 +35,7 @@ if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); -} elseif (!EXT_IS_ACTIVE("doubler")) +} elseif ((!EXT_IS_ACTIVE("doubler")) && (!IS_ADMIN())) { ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, "doubler"); return; }