From 502371650e4e1fe99ec382104e2eba945925a459 Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Sat, 29 Aug 2015 15:31:56 +0200 Subject: kill external ReLive support --- model/Conference.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'model') diff --git a/model/Conference.php b/model/Conference.php index a4c14aa..e927a2b 100644 --- a/model/Conference.php +++ b/model/Conference.php @@ -41,13 +41,10 @@ class Conference extends ModelBase } public function hasRelive() { - return $this->has('CONFERENCE.RELIVE') || $this->has('CONFERENCE.RELIVE_JSON'); + return $this->has('CONFERENCE.RELIVE_JSON'); } public function getReliveUrl() { - if($this->has('CONFERENCE.RELIVE')) - return $this->get('CONFERENCE.RELIVE'); - - elseif($this->has('CONFERENCE.RELIVE_JSON')) + if($this->has('CONFERENCE.RELIVE_JSON')) return 'relive/'; else -- cgit v1.2.3