Removed code duplication
This commit is contained in:
parent
53de942c2b
commit
375e89169e
|
@ -833,10 +833,6 @@ SQL;
|
||||||
|
|
||||||
public function isRepeating()
|
public function isRepeating()
|
||||||
{
|
{
|
||||||
if ($this->getShow()->isRepeating()) {
|
return $this->getShow()->isRepeating();
|
||||||
return true;
|
|
||||||
} else {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue