Remove unused calls of DI::app()

This commit is contained in:
Art4 2024-11-21 10:12:27 +00:00
parent 4f1a4c4c8a
commit 702abb2830
5 changed files with 2 additions and 10 deletions

View file

@ -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 = [];