]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_doubler.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_doubler.php
index db841a13eabd12d4b28a85a6b84daf8cc50423fb..bd1bb4c49c2d2e74400e68df55a0f7bd9656ab64 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()) {
        // Replace commata with decimal dot
        REQUEST_SET_POST('doubler_charge', convertCommaToDot((REQUEST_POST('doubler_charge') / 100)));
        REQUEST_SET_POST('doubler_ref'   , convertCommaToDot((REQUEST_POST('doubler_ref') / 100)));