Add and use application::mustBeQueued()
This commit is contained in:
committed by
WineHQ
parent
208033d788
commit
1107fb938b
@@ -721,15 +721,6 @@ class User {
|
||||
return $this->hasPriv("admin");
|
||||
}
|
||||
|
||||
/**
|
||||
* Does the created application have to be queued for admin processing?
|
||||
*/
|
||||
function appCreatedMustBeQueued()
|
||||
{
|
||||
return !$this->hasPriv("admin");
|
||||
}
|
||||
|
||||
|
||||
/***********************/
|
||||
/* version permissions */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user