From 8b0a52f782937bb416238800a658794c4d23d3e8 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 30 Oct 2005 02:10:36 +0000 Subject: [PATCH] Add comment to clarify a permissions check --- include/user.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/user.php b/include/user.php index 1a20b5e..6ea0970 100644 --- a/include/user.php +++ b/include/user.php @@ -872,6 +872,7 @@ class User { if($this->isMaintainer($oVersion->iVersionId)) return true; + /* the version is queued and the user is the submitter */ if(($oVersion->sQueued != 'false') && ($this->iUserId == $oVersion->iSubmitterId)) return true;