]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Profile/Status.php
Merge pull request #10632 from annando/fox-notifications
[friendica.git] / src / Module / Profile / Status.php
index b60fb2cdb6adc61b4a545dfc40473372b01e8619..c6a9e272a989afda1ee560a353b2815dc743f1bf 100644 (file)
@@ -127,7 +127,7 @@ class Status extends BaseProfile
                                'allow_location' => ($is_owner || $commvisitor) && $profile['allow_location'],
                                'default_location' => $is_owner ? $profile['default-location'] : '',
                                'nickname' => $profile['nickname'],
-                               'acl' => $is_owner ? ACL::getFullSelectorHTML(DI::page(), $a->getUserId(), true) : '',
+                               'acl' => $is_owner ? ACL::getFullSelectorHTML(DI::page(), $a->getLoggedInUserId(), true) : '',
                                'visitor' => $is_owner || $commvisitor ? 'block' : 'none',
                                'profile_uid' => $profile['uid'],
                        ];