From dcbe475af3cc131720182ecb30981769bbeb5148 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 27 Dec 2016 09:27:28 +0100 Subject: use local chache for relive-src --- model/Relive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3