Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_wernis.php
index 51016bf8172451f938000fd243beb8d4be59f9a1..d112c9565b1a31c6fca263fd2327cd119e92d1ca 100644 (file)
@@ -45,7 +45,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR('admin', __FILE__);
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // First merge temporarily the new API data into the current config
        mergeConfig(REQUEST_POST_ARRAY());