X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fpolitician_stop_functions.php;h=2390f3a7f78576f746dd055163c8b9aa6e6737dc;hp=47fde787e9b35eeae97ef63d65600d022a7b41df;hb=57227d33e870ec5cd271209c4a978a52b45c2dd6;hpb=4cec044b57773e28423261c71f918f3e22ca8a75 diff --git a/inc/libs/politician_stop_functions.php b/inc/libs/politician_stop_functions.php index 47fde787e9..2390f3a7f7 100644 --- a/inc/libs/politician_stop_functions.php +++ b/inc/libs/politician_stop_functions.php @@ -50,7 +50,7 @@ function loadPoliticianStopSnippet () { // Filter for displaying politician_stop snippet function FILTER_DISPLAY_POLITICIAN_STOP_SNIPPET () { // Shall we include the politician_stop snippet? - if ((!isGetRequestElementSet('frame')) && (isExtensionActive('politician_stop')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) { + if ((!isGetRequestParameterSet('frame')) && (isExtensionActive('politician_stop')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) { // Then display it here loadPoliticianStopSnippet(); } // END - if