Fixed posting on group pages.

This commit is contained in:
K. Nobel
2017-01-31 12:53:45 +01:00
parent c14a2770bd
commit 6b13db9c4f
4 changed files with 35 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ if (empty($_POST["group"])) {
header('HTTP/1.1 500 Non enough rights');
return;
}
makePost(
$_SESSION["userID"],
$_POST["group"],