Changeset 6d10afe73 in mythweb


Ignore:
Timestamp:
Oct 17, 2013, 8:37:02 PM (11 years ago)
Author:
Stuart Morgan <smorgan@…>
Branches:
fixes/0.27
Children:
5a3c43c50
Parents:
09f097366
Message:

Fix channel icons in mythweb. There was a typo which meant the services API call failed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/tv/classes/Channel.php

    r09f097366 r6d10afe73  
    122122            else {
    123123            // Make the request and store the result
    124                 $data = MythBackend::find()->httpRequest('Guide/GetChannelIcon', array('ChanID' => $this->chanid));
     124                $data = MythBackend::find()->httpRequest('Guide/GetChannelIcon', array('ChanId' => $this->chanid));
    125125                if ($data)
    126126                    file_put_contents($this->icon, $data);
Note: See TracChangeset for help on using the changeset viewer.