removed useless code
This commit is contained in:
parent
1d758db42b
commit
f660e1da9f
2 changed files with 5 additions and 6 deletions
|
@ -475,10 +475,9 @@ class Application_Model_Show
|
|||
->filterByDbShowId($this->_showId)
|
||||
->findOne();
|
||||
|
||||
if (!is_null($showDaysRow)) {
|
||||
if (!is_null($showDaysRow))
|
||||
return $showDaysRow->getDbRepeatType();
|
||||
} else
|
||||
|
||||
else
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue