]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseNotifications.php
Changes:
[friendica.git] / src / Module / BaseNotifications.php
index 45975672b48494410e39514dfdf1bc7bc114db5e..a6a2ea8d1e8eeecc69128a7933b4d0aa4c23579d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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()