aboutsummaryrefslogtreecommitdiff
path: root/model/Relive.php
diff options
context:
space:
mode:
Diffstat (limited to 'model/Relive.php')
-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());