From: Michael Date: Tue, 30 Jul 2024 14:45:49 +0000 (+0000) Subject: ACL works again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fadff0dc8472fe0d20db347a66e74ba5ff4ea18f;p=friendica.git ACL works again --- diff --git a/src/Module/Search/Acl.php b/src/Module/Search/Acl.php index d22baeaa10..4671006da2 100644 --- a/src/Module/Search/Acl.php +++ b/src/Module/Search/Acl.php @@ -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()) {