aboutsummaryrefslogtreecommitdiff
path: root/model/Relive.php
diff options
context:
space:
mode:
authorMaZderMind2016-12-18 10:37:10 +0100
committerMaZderMind2016-12-18 10:37:10 +0100
commitda739f3b60a30d5dd5c7877742f8b5c292f25f46 (patch)
tree547688e0ef964adb2eb28e1419e62f796f28ddd6 /model/Relive.php
parent295b97b1cc23c709c6edfa5bfb8bcd4038ff0f65 (diff)
use the new cache-files for viewing
Diffstat (limited to '')
-rw-r--r--model/Relive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Relive.php b/model/Relive.php
index 1e8266a..542836d 100644
--- a/model/Relive.php
+++ b/model/Relive.php
@@ -31,7 +31,7 @@ class Relive
public function getTalks()
{
- if(!file_exists($this->getJsonUrl()))
+ if(!file_exists($this->getJsonCache()))
return array();
$talks = file_get_contents($this->getJsonUrl());