CC-4152: Widget does not display current show in some modes
-fixed
This commit is contained in:
parent
8d2348606c
commit
40023d9086
3 changed files with 27 additions and 17 deletions
|
@ -109,7 +109,7 @@ class Application_Model_Schedule {
|
|||
$sql .= ' AND st.playout_status > 0 ORDER BY st.starts';
|
||||
|
||||
|
||||
$rows = $con->query($sql)->fetchAll();
|
||||
$rows = $con->query($sql)->fetchAll(PDO::FETCH_ASSOC);
|
||||
$numberOfRows = count($rows);
|
||||
|
||||
$results['previous'] = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue