X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseNotifications.php;h=390294483692e2d650fde889ffae7c7c55511684;hb=a1947d2bb106e932cb72616e6c4cf809d249a1f6;hp=9e7456c7b5d813950dd24c3c4acc23754ef9d9db;hpb=b36d4eb0dd4bdc25a468c95c749bfae1b6324be9;p=friendica.git diff --git a/src/Module/BaseNotifications.php b/src/Module/BaseNotifications.php index 9e7456c7b5..3902944836 100644 --- a/src/Module/BaseNotifications.php +++ b/src/Module/BaseNotifications.php @@ -1,6 +1,6 @@ getLocalUserId()) { throw new ForbiddenException($this->t('Permission denied.')); } @@ -121,7 +121,7 @@ abstract class BaseNotifications extends BaseModule 'page' => $pager->getPage(), ]; - System::jsonExit($notifications); + $this->jsonExit($notifications); } /** @@ -158,7 +158,7 @@ abstract class BaseNotifications extends BaseModule /** * List of pages for the Notifications TabBar * - * @return array with with notifications TabBar data + * @return array with notifications TabBar data * @throws Exception */ private function getTabs()