diff options
Diffstat (limited to '')
-rw-r--r-- | model/Relive.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Relive.php b/model/Relive.php index 5e7e381..6b8b309 100644 --- a/model/Relive.php +++ b/model/Relive.php @@ -34,7 +34,7 @@ class Relive if(!file_exists($this->getJsonCache())) return array(); - $talks = file_get_contents($this->getJsonUrl()); + $talks = file_get_contents($this->getJsonCache()); $talks = (array)json_decode($talks, true); $mapping = $this->getScheduleToRoomMapping(); |