Removed code duplication

This commit is contained in:
Rudi Grinberg 2012-09-10 11:27:39 -04:00
parent 53de942c2b
commit 375e89169e
1 changed files with 1 additions and 5 deletions

View File

@ -833,10 +833,6 @@ SQL;
public function isRepeating()
{
if ($this->getShow()->isRepeating()) {
return true;
} else {
return false;
}
return $this->getShow()->isRepeating();
}
}