admin users are hosts by default, host selection is no longer required, any admin user can schedule/maniuplate all shows.
This commit is contained in:
parent
2b1163a157
commit
da175e0702
3 changed files with 36 additions and 40 deletions
|
@ -120,7 +120,7 @@ class User {
|
|||
}
|
||||
|
||||
public static function getHosts($search=NULL) {
|
||||
return User::getUsers(array('H', 'A'), $search);
|
||||
return User::getUsers(array('H'), $search);
|
||||
}
|
||||
|
||||
public static function getUsersDataTablesInfo($datatables_post) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue