Delete groups

This commit is contained in:
Marijn Jansen
2017-02-03 10:44:50 +01:00
parent 74e91ed7cb
commit 28e9269b52
5 changed files with 45 additions and 10 deletions

View File

@@ -29,7 +29,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
case "picture":
updateAvatar();
break;
}
} catch (AlertMessage $w) {
$alertClass = $w->getClass();