mirror of
https://github.com/friendica/friendica
synced 2024-11-10 01:42:53 +00:00
commit
69ca4342a8
1 changed files with 5 additions and 0 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue