X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-order.php;h=a1f7a2a08f284aa3a8a87311af2bbb1a6c940f4c;hp=60a07e03cfdb66b3714e2c3f4a3416dc49dfac05;hb=5ab0d021f3e96722af5d96d2b9036430200c06cb;hpb=4f7df133f736da124e6f7bd02008b9093f736451 diff --git a/inc/modules/member/what-order.php b/inc/modules/member/what-order.php index 60a07e03cf..a1f7a2a08f 100644 --- a/inc/modules/member/what-order.php +++ b/inc/modules/member/what-order.php @@ -124,7 +124,7 @@ LIMIT 1", } // END - if // And shall I check that his URL is not in the black list? - if (isUrlBlacklisted(postRequestElement('url'))) { + if ((isExtensionActive('blacklist')) && (isUrlBlacklisted(postRequestElement('url')))) { // Create redirect-URL $data['url'] = 'modules.php?module=login&what=order&code=' . getCode('BLIST_URL') . '&blist=' . $GLOBALS['blacklist_data'][postRequestElement('url')]['timestamp']; } // END - if