Ticket #8670: mythweb-useonairguide.diff
| File mythweb-useonairguide.diff, 769 bytes (added by stuarta, 3 years ago) |
|---|
-
mythweb/modules/tv/classes/Channel.php
old new 101 101 $this->brightness = $channel_data['brightness']; 102 102 $this->colour = $channel_data['colour']; 103 103 $this->visible = $channel_data['visible']; 104 $this->useonairguide = $channel_data['useonairguide']; 104 105 $this->icon = 'data/tv_icons/'.basename($channel_data['icon']); 105 106 // Try to copy over any missing channel icons 106 107 if ($channel_data['icon'] && !file_exists($this->icon)) {
