Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-guestedit.php
index fdab16c8b601170e6be1a3bb8c6131e095fa5cdf..f36e508510c936d84cd318db4211ccd95181a7ab 100644 (file)
@@ -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'))
        {