]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_contct.php
Fixed also usage of previously renamed fields as they must be the same
[mailer.git] / inc / modules / admin / what-admins_contct.php
index 36f8b9a8e7e000bdbbdefe9662108839e17a68b5..295e303b0872e25454a823a1baed50ccd84fc938 100644 (file)
@@ -59,7 +59,7 @@ if ((isFormSent()) && (isGetRequestElementSet('id'))) {
        $content['id'] = getRequestElement('id');
 
        // Load main form
-       loadTemplate('admin_admins_contct_form', false, $content);
+       loadTemplate('admin_admins_contct_form', FALSE, $content);
 } else {
        // Please select an admin!
        addAdminSelectionBox();