Merge pull request #14330 from annando/post

ACL works again
This commit is contained in:
Tobias Diekershoff 2024-07-30 21:33:05 +02:00 committed by GitHub
commit 69ca4342a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,6 +67,11 @@ class Acl extends BaseModule
$this->database = $database;
}
protected function post(array $request = [])
{
$this->rawContent($request);
}
protected function rawContent(array $request = [])
{
if (!$this->session->getLocalUserId()) {