]> git.mxchange.org Git - friendica.git/commitdiff
ACL works again
authorMichael <heluecht@pirati.ca>
Tue, 30 Jul 2024 14:45:49 +0000 (14:45 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 30 Jul 2024 14:45:49 +0000 (14:45 +0000)
src/Module/Search/Acl.php

index d22baeaa10f4dadb349155e7247e9901d37e5b5a..4671006da294c0a30379f3566ddbfb91668215a7 100644 (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()) {