X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=tasks.php;h=5bc3fd45995136abce6d8e4d34aa39db6dd01f7b;hb=030d2c3ffbf8229cc945427e9e9f7704226effe1;hp=a1033a5c09142fcc8287a8bbe9ee77b89142c478;hpb=b401022733a9645ed701522585b2d57db936f5cc;p=timetracker.git diff --git a/tasks.php b/tasks.php index a1033a5c..5bc3fd45 100644 --- a/tasks.php +++ b/tasks.php @@ -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', 'tasks.tpl'); $smarty->display('index.tpl');