]> wagnertech.de Git - timetracker.git/blobdiff - mobile/tasks.php
Replaced getKey() with get() calls.
[timetracker.git] / mobile / tasks.php
index 1e8b40a7a7c46d126c950f33bcce9458e2d8cf26..25575eb65104b296aa9c09d1d1e9446f5d0a90cc 100644 (file)
@@ -38,6 +38,6 @@ if (!ttAccessAllowed('manage_tasks') || MODE_PROJECTS_AND_TASKS != $user->tracki
 
 $smarty->assign('active_tasks', ttTeamHelper::getActiveTasks($user->team_id));
 $smarty->assign('inactive_tasks', ttTeamHelper::getInactiveTasks($user->team_id));
-$smarty->assign('title', $i18n->getKey('title.tasks'));
+$smarty->assign('title', $i18n->get('title.tasks'));
 $smarty->assign('content_page_name', 'mobile/tasks.tpl');
 $smarty->display('mobile/index.tpl');