CC-3027: Current Show progress bar is wrong
-looks like it's working.
This commit is contained in:
parent
1a45a38055
commit
20fc49b7be
3 changed files with 10 additions and 8 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue