Kind of works now: Profile update

This commit is contained in:
Marijn Jansen
2017-01-20 16:20:34 +01:00
parent 587d0e6ac3
commit ac96200d16
2 changed files with 10 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
break;
case "picture":
updateProfilePicture();
$result = $notImplemented;
$result = new settingsMessage("happy", "Deze melding doet nog niks nuttigs.");
break;
}
}