Allow users to modify/delete their queued apps
This commit is contained in:
committed by
Chris Morgan
parent
540e39dbbd
commit
79dd0cfcf8
@@ -685,7 +685,7 @@ class maintainer
|
||||
|
||||
function canEdit()
|
||||
{
|
||||
if($_SESSION['current']->hasPriv("admin"))
|
||||
if($_SESSION['current']->hasPriv("admin") || $this->iUserId == $_SESSION['current']->iUserId)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user