From 427b9c12207c664225be0294c7d6c8a652fe874c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 18 Dec 2017 08:36:43 +0100 Subject: [PATCH] wizard: good question. the answer is: nope --- src/wizard/system.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wizard/system.xml b/src/wizard/system.xml index d2341b246..00e59bb12 100644 --- a/src/wizard/system.xml +++ b/src/wizard/system.xml @@ -558,8 +558,6 @@ if (!empty($_POST['adminpassword']) || !empty($_POST['adminpasswordagain'])) { $admin_user = &getUserEntryByUID(0); local_user_set_password($admin_user, $_POST['adminpassword']); local_user_set($admin_user); - /* XXX should this relly be written here? */ - write_config(); } else { $input_errors[] = gettext('Passwords do not match.'); }