kopia lustrzana https://github.com/friendica/friendica
ACL works again
rodzic
3768558cb4
commit
fadff0dc84
|
@ -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()) {
|
||||
|
|
Ładowanie…
Reference in New Issue