Add missing parenthesis

This commit is contained in:
Tony Lambregts
2004-12-19 23:03:10 +00:00
committed by WineHQ
parent 77a038d4f9
commit e62a26f0c4

View File

@@ -367,7 +367,7 @@ if($appId && !$versionId)
if(loggedin()) if(loggedin())
{ {
/* are we already a maintainer? */ /* are we already a maintainer? */
if($_SESSION['current']->is_super_maintainer($appId) /* yep */ if($_SESSION['current']->is_super_maintainer($appId)) /* yep */
{ {
echo ' <form method=post name=message action="maintainerdelete.php"><input type=submit value="Remove yourself as a super maintainer" class=button>'; echo ' <form method=post name=message action="maintainerdelete.php"><input type=submit value="Remove yourself as a super maintainer" class=button>';
} else /* nope */ } else /* nope */