From e62a26f0c4ee2c96c7ca1a70e6201b8a588bbcf7 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Sun, 19 Dec 2004 23:03:10 +0000 Subject: [PATCH] Add missing parenthesis --- appview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview.php b/appview.php index d8ea6bb..bd56c82 100644 --- a/appview.php +++ b/appview.php @@ -367,7 +367,7 @@ if($appId && !$versionId) if(loggedin()) { /* are we already a maintainer? */ - if($_SESSION['current']->is_super_maintainer($appId) /* yep */ + if($_SESSION['current']->is_super_maintainer($appId)) /* yep */ { echo '
'; } else /* nope */