Removed code duplication
This commit is contained in:
parent
53de942c2b
commit
375e89169e
1 changed files with 1 additions and 5 deletions
|
@ -833,10 +833,6 @@ SQL;
|
|||
|
||||
public function isRepeating()
|
||||
{
|
||||
if ($this->getShow()->isRepeating()) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return $this->getShow()->isRepeating();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue