CC-3027: Current Show progress bar is wrong

-looks like it's working.
This commit is contained in:
Martin Konecny 2011-11-12 00:04:37 -05:00
parent 1a45a38055
commit 20fc49b7be
3 changed files with 10 additions and 8 deletions

View file

@ -144,7 +144,7 @@ class Application_Model_Schedule {
global $CC_CONFIG;
$date = new Application_Model_DateHelper;
$timeNow = $date->getUtcTimestamp();
$timeNow = $date->getTimestamp();
return array("env"=>APPLICATION_ENV,
"schedulerTime"=>$timeNow,
"previous"=>Application_Model_Dashboard::GetPreviousItem($timeNow),