Merge branch '2.3.x' of dev.sourcefabric.org:airtime into 2.3.x

This commit is contained in:
Martin Konecny 2013-01-24 12:14:12 -05:00
commit ef806b8357
1 changed files with 1 additions and 1 deletions
airtime_mvc/application/models

View File

@ -1758,7 +1758,7 @@ SQL;
$utc = new DateTimeZone("UTC");
$now = new DateTime("now", $utc);
foreach ($shows as $show) {
foreach ($shows as &$show) {
$options = array();
//only bother calculating percent for week or day view.