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