X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/06f5163f4a234e89b5d761e7f537160f40d4a2e8..b14cf15f563feabc7015e3af99ea8cb7a1903dc1:/mobile/timer.php diff --git a/mobile/timer.php b/mobile/timer.php index 682634c8..c754740a 100644 --- a/mobile/timer.php +++ b/mobile/timer.php @@ -283,7 +283,7 @@ if ($request->isPost()) { } } // isPost -$week_total = ttTimeHelper::getTimeForWeek($user->getUser(), $cl_date); +$week_total = ttTimeHelper::getTimeForWeek($cl_date); $smarty->assign('week_total', $week_total); $smarty->assign('uncompleted', $uncompleted);