X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Ftasks.php;h=25575eb65104b296aa9c09d1d1e9446f5d0a90cc;hb=341186de71fff2ecf47786a15adc96178c566e96;hp=1e8b40a7a7c46d126c950f33bcce9458e2d8cf26;hpb=b401022733a9645ed701522585b2d57db936f5cc;p=timetracker.git diff --git a/mobile/tasks.php b/mobile/tasks.php index 1e8b40a7..25575eb6 100644 --- a/mobile/tasks.php +++ b/mobile/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', 'mobile/tasks.tpl'); $smarty->display('mobile/index.tpl');