Use mustBeQueued() to determine unqueueing in objectManager
This commit is contained in:
committed by
WineHQ
parent
3dc453112a
commit
8cf53f1679
@@ -217,6 +217,14 @@ class Vendor {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
function mustBeQueued()
|
||||
{
|
||||
if($_SESSION['current']->hasPriv("admin"))
|
||||
return FALSE;
|
||||
else
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
function getOutputEditorValues($aClean)
|
||||
{
|
||||
$this->sName = $aClean['sVendorName'];
|
||||
|
||||
Reference in New Issue
Block a user