Add missing parenthesis
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user