diff options
author | MaZderMind | 2016-12-17 14:11:47 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-17 14:12:29 +0100 |
commit | 3384e963da66e9089b71c546750c8981be8c6ed8 (patch) | |
tree | 83a452dbcb3aa1716c6a0dd90f99c07f145f4829 /model/Relive.php | |
parent | 9c7bccc3f2cc226cd5043752403e4c5d39c8b5b5 (diff) |
change storage paths according to issue description
Diffstat (limited to 'model/Relive.php')
-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 5676b62..1e8266a 100644 --- a/model/Relive.php +++ b/model/Relive.php @@ -26,7 +26,7 @@ class Relive public function getJsonCache() { - return sprintf('/tmp/relive-cache-%s', $this->getConference()->getSlug()); + return sprintf('/tmp/relive-cache-%s.json', $this->getConference()->getSlug()); } public function getTalks() |