X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseNotifications.php;h=390294483692e2d650fde889ffae7c7c55511684;hb=a1947d2bb106e932cb72616e6c4cf809d249a1f6;hp=d0c0ae36276857f7087a05e6f15e274216f0636d;hpb=2f3f41ed9cdb4229d78bdf2f91b0617403a8dd62;p=friendica.git diff --git a/src/Module/BaseNotifications.php b/src/Module/BaseNotifications.php index d0c0ae3627..3902944836 100644 --- a/src/Module/BaseNotifications.php +++ b/src/Module/BaseNotifications.php @@ -1,6 +1,6 @@ $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()