mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
Remove unused calls of DI::app()
This commit is contained in:
parent
4f1a4c4c8a
commit
702abb2830
5 changed files with 2 additions and 10 deletions
|
@ -42,8 +42,6 @@ class Schedule extends BaseProfile
|
|||
throw new HTTPException\ForbiddenException(DI::l10n()->t('Permission denied.'));
|
||||
}
|
||||
|
||||
$a = DI::app();
|
||||
|
||||
$o = self::getTabsHTML('schedule', true, DI::userSession()->getLocalUserNickname(), false);
|
||||
|
||||
$schedule = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue