CC-1665: Scheduled stream rebroadcasting and recording

-allow user more flexibility for entering length interval (require hours OR minutes)
This commit is contained in:
Martin Konecny 2012-08-28 12:30:33 -04:00
parent 7f66bdbb66
commit fc67d7f08d
3 changed files with 23 additions and 4 deletions

View file

@ -40,7 +40,7 @@ class Application_Model_User
->filterByDbHost($userId)->count() > 0;
}
public function isHost($showId)
public function isHost()
{
return $this->isUserType(UTYPE_HOST);
}