diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-05-30 17:47:31 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-05-31 13:01:30 +0200 |
commit | 0934a975b2bfb7582fd32d9f067ee1bf2cd5bf81 (patch) | |
tree | 79497059cfe44c574d12fadbacf9100d70ff4756 /apps/tasks | |
parent | 4434016a8bcb815b3cc61e5f0f8157e60db6e710 (diff) | |
download | nextcloud-server-0934a975b2bfb7582fd32d9f067ee1bf2cd5bf81.tar.gz nextcloud-server-0934a975b2bfb7582fd32d9f067ee1bf2cd5bf81.zip |
Remove unused L10N variable
Diffstat (limited to 'apps/tasks')
-rw-r--r-- | apps/tasks/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tasks/index.php b/apps/tasks/index.php index 5e17ca454ec..4ff304a5607 100644 --- a/apps/tasks/index.php +++ b/apps/tasks/index.php @@ -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); |