X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor.php;h=9a84af61a524652883f3f2025c28cfc423922331;hb=0f8b6618aeb5d92a372be12066c611c60ff86917;hp=647357624702117329b40f447f075cdc474547ff;hpb=fc162164725588cf75969f707faead9c9cd8e68b;p=mailer.git diff --git a/inc/modules/sponsor.php b/inc/modules/sponsor.php index 6473576247..9a84af61a5 100644 --- a/inc/modules/sponsor.php +++ b/inc/modules/sponsor.php @@ -46,7 +46,7 @@ if (!defined('__SECURITY')) { // No sponsor! addFatalMessage(__FILE__, __LINE__, '{--SPONSOR_ONLY_AREA_ENTERED--}'); return; -} elseif (!isWhatSet()) { +} elseif ((!isWhatSet()) || (getWhat() == '')) { // Empty what value detected! setWhat('welcome'); }