Fixed syntax error
This commit is contained in:
parent
0eab0c609b
commit
9a84bdfda1
|
@ -15,7 +15,7 @@ class CcSubjs extends BaseCcSubjs {
|
|||
|
||||
public function isAdminOrPM()
|
||||
{
|
||||
return $this->type === UTYPE_ADMIN === UTYPE_SUPERADMIN || $this->type === UTYPE_ADMIN || $this->type === UTYPE_PROGRAM_MANAGER;
|
||||
return $this->type === UTYPE_SUPERADMIN || $this->type === UTYPE_ADMIN || $this->type === UTYPE_PROGRAM_MANAGER;
|
||||
}
|
||||
|
||||
public function isHostOfShow($showId)
|
||||
|
|
Loading…
Reference in New Issue