X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FACL.php;h=a2db32afc459c44cc21bcaa6315230d7411cccb6;hb=87bb4d44a2eccec4180b9cd0a70f9011b3b759bc;hp=dc9b2a0f578744f860c7d93293baba508d32c30e;hpb=ba9f145ef78236ffbf304d07adbe2aa51f5326d4;p=friendica.git diff --git a/src/Core/ACL.php b/src/Core/ACL.php index dc9b2a0f57..a2db32afc4 100644 --- a/src/Core/ACL.php +++ b/src/Core/ACL.php @@ -62,7 +62,7 @@ class ACL $page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.css')); $page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput-typeahead.css')); - $contacts = self::getValidMessageRecipientsForUser(Session::getLocalUser()); + $contacts = self::getValidMessageRecipientsForUser(DI::userSession()->getLocalUserId()); $tpl = Renderer::getMarkupTemplate('acl/message_recipient.tpl'); $o = Renderer::replaceMacros($tpl, [