Allow maintainer requests on version submission

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-20 17:41:43 +00:00
committed by WineHQ
parent 6a92f95a6d
commit a81ce02877
4 changed files with 104 additions and 19 deletions

View File

@@ -278,7 +278,7 @@ function test_superMaintainerOnAppSubmit()
$oApp = new Application($iAppId);
/* The user wants to be a super maintainer */
$oApp->bSuperMaintainerRequest = 1;
$oApp->iMaintainerRequest = SUPERMAINTAINER_REQUEST;
/* Make sure the user is not an admin, so the app will be queued */
$oUser->delPriv("admin");