]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Fix the version sorting in the federation statistics
[friendica.git] / mod / notifications.php
index 067e954228db696eedc0734a13ce8fb3e830ca3c..46519075b4a933d7590a78cc12628e52bb91a067 100644 (file)
@@ -10,7 +10,6 @@ use Friendica\Core\L10n;
 use Friendica\Core\NotificationsManager;
 use Friendica\Core\System;
 use Friendica\Database\DBM;
-use Friendica\Util\Network;
 
 function notifications_post(App $a) {
 
@@ -139,7 +138,7 @@ function notifications_content(App $a) {
 
        // Json output
        if (intval($json) === 1) {
-               Network::jsonExit($notifs);
+               System::jsonExit($notifs);
        }
 
        $notif_tpl = get_markup_template('notifications.tpl');