]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseNotifications.php
Improved asynchronous message procession
[friendica.git] / src / Module / BaseNotifications.php
index 45975672b48494410e39514dfdf1bc7bc114db5e..390294483692e2d650fde889ffae7c7c55511684 100644 (file)
@@ -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()