]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseNotifications.php
Changes:
[friendica.git] / src / Module / BaseNotifications.php
index 117530d2567fd1df738e82578e27268a4d8b0b3a..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);
        }
 
        /**