]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
Updating profiles fixed. It was still broken since I have changed the password hashin...
[mailer.git] / inc / modules / admin / what-config_home.php
index 5a72347a087bfbeb438514ac259d25339cbfe507..e606232a754c486b8eeecb51c8b2855c67ac6ec6 100644 (file)
@@ -53,7 +53,7 @@ case "settings": // Settings related to the index page
        if (isset($_POST['ok']))
        {
                // Save settings
-               ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'");
+               ADMIN_SAVE_SETTINGS($_POST);
                OUTPUT_HTML("<A href=\"".URL."/modules.php?module=admin&amp;what=config_home&amp;sub=settings\">".ADMIN_CONTINUE_TO_CONFIG."</A>");
        }
         else