mirror of
https://github.com/nextcloud/server.git
synced 2026-03-06 23:40:55 -05:00
Remove unused L10N variable
This commit is contained in:
parent
4434016a8b
commit
0934a975b2
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ OCP\Util::addScript('','oc-vcategories');
|
|||
OCP\App::setActiveNavigationEntry('tasks_index');
|
||||
|
||||
$categories = OC_Calendar_App::getCategoryOptions();
|
||||
$l10n = new OC_L10N('tasks');
|
||||
$priority_options = OC_Task_App::getPriorityOptions();
|
||||
$output = new OCP\Template('tasks', 'tasks', 'user');
|
||||
$output->assign('priority_options', $priority_options);
|
||||
|
|
|
|||
Loading…
Reference in a new issue