mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +00:00
Move Friendica\Core\NotificationsManager to Friendica\Model\Notify
This commit is contained in:
parent
b632114b12
commit
1f368d469f
4 changed files with 10 additions and 13 deletions
|
@ -9,14 +9,13 @@ use Friendica\Content\ContactSelector;
|
|||
use Friendica\Content\Nav;
|
||||
use Friendica\Content\Pager;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\NotificationsManager;
|
||||
use Friendica\Core\Protocol;
|
||||
use Friendica\Core\Renderer;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\Module\Login;
|
||||
use Friendica\Model\Contact;
|
||||
use Friendica\Model\Notify;
|
||||
|
||||
function notifications_post(App $a)
|
||||
{
|
||||
|
@ -85,7 +84,7 @@ function notifications_content(App $a)
|
|||
|
||||
$json = (($a->argc > 1 && $a->argv[$a->argc - 1] === 'json') ? true : false);
|
||||
|
||||
$nm = new NotificationsManager();
|
||||
$nm = new Notify();
|
||||
|
||||
$o = '';
|
||||
// Get the nav tabs for the notification pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue