X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1c2cf98a7a062d53e6988f042da2530e1f5d172e..d9b4512fae9de17f4bc9d77c7532db6ada9bf8c3:/time.php diff --git a/time.php b/time.php index 33b57639..63290a69 100644 --- a/time.php +++ b/time.php @@ -72,7 +72,7 @@ if ($user->isPluginEnabled('mq')){ $smarty->assign('month_total', $month_total); $smarty->assign('over_quota', $minutesLeft < 0); - $smarty->assign('month_left', ttTimeHelper::fromMinutes($minutesLeft)); + $smarty->assign('month_left', ttTimeHelper::toAbsDuration($minutesLeft)); } // Initialize variables.