CC-1665: Scheduled stream rebroadcasting and recording
-allow user more flexibility for entering length interval (require hours OR minutes)
This commit is contained in:
parent
7f66bdbb66
commit
fc67d7f08d
3 changed files with 23 additions and 4 deletions
|
@ -40,7 +40,7 @@ class Application_Model_User
|
|||
->filterByDbHost($userId)->count() > 0;
|
||||
}
|
||||
|
||||
public function isHost($showId)
|
||||
public function isHost()
|
||||
{
|
||||
return $this->isUserType(UTYPE_HOST);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue