add name field check in settings

This commit is contained in:
Hendrik
2017-02-02 15:00:01 +01:00
parent 8a6acbc52a
commit 9426f4d6ac
2 changed files with 10 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
try {
switch ($_POST["form"]) {
case "profile":
updateSettings();
checkUpdateSettings();
break;
case "password":
changePassword();