X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-guestedit.php;h=f36e508510c936d84cd318db4211ccd95181a7ab;hp=fdab16c8b601170e6be1a3bb8c6131e095fa5cdf;hb=3afdce4fe00b4af570122ce7b8158ced44aec7d3;hpb=30986f637cd3c03951bdbfc880b9a420f7724ce0 diff --git a/inc/modules/admin/what-guestedit.php b/inc/modules/admin/what-guestedit.php index fdab16c8b6..f36e508510 100644 --- a/inc/modules/admin/what-guestedit.php +++ b/inc/modules/admin/what-guestedit.php @@ -142,7 +142,7 @@ if ((REQUEST_ISSET_POST('edit')) && ($chk > 0) && (!IS_DEMO())) // Load template LOAD_TEMPLATE("admin_gmenu_delete"); -} elseif ((IS_FORM_SENT()) && (!IS_DEMO())) { +} elseif ((isFormSent()) && (!IS_DEMO())) { // An action is done... switch (REQUEST_POST('ok')) {