]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseNotifications.php
Improved asynchronous message procession
[friendica.git] / src / Module / BaseNotifications.php
index 117530d2567fd1df738e82578e27268a4d8b0b3a..390294483692e2d650fde889ffae7c7c55511684 100644 (file)
@@ -121,7 +121,7 @@ abstract class BaseNotifications extends BaseModule
                        'page'          => $pager->getPage(),
                ];
 
-               System::jsonExit($notifications);
+               $this->jsonExit($notifications);
        }
 
        /**