Changeset 6d10afe73 in mythweb
- Timestamp:
- Oct 17, 2013, 8:37:02 PM (11 years ago)
- Branches:
- fixes/0.27
- Children:
- 5a3c43c50
- Parents:
- 09f097366
- File:
-
- 1 edited
-
modules/tv/classes/Channel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/tv/classes/Channel.php
r09f097366 r6d10afe73 122 122 else { 123 123 // Make the request and store the result 124 $data = MythBackend::find()->httpRequest('Guide/GetChannelIcon', array('ChanI D' => $this->chanid));124 $data = MythBackend::find()->httpRequest('Guide/GetChannelIcon', array('ChanId' => $this->chanid)); 125 125 if ($data) 126 126 file_put_contents($this->icon, $data);
Note: See TracChangeset
for help on using the changeset viewer.
