CC-3757: Widgets: ON AIR show's elapsed and remaining time are wrong
-fixed
This commit is contained in:
parent
55b0715142
commit
4b03a45d46
2 changed files with 2 additions and 3 deletions
|
@ -1753,8 +1753,7 @@ class Application_Model_Show {
|
|||
." AND modified_instance != TRUE"
|
||||
." ORDER BY si.starts";
|
||||
|
||||
// Convert back to local timezone
|
||||
$rows = $con->query($sql)->fetchAll();
|
||||
$rows = $con->query($sql)->fetchAll(PDO::FETCH_ASSOC);
|
||||
$numberOfRows = count($rows);
|
||||
|
||||
$results['previousShow'] = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue