commit | 673b24c350a4c75d105dc3adf18e61a05b55f34f | [log] [tgz] |
---|---|---|
author | droy <droy> | Wed Jan 30 16:30:46 2008 +0000 |
committer | droy <droy> | Wed Jan 30 16:30:46 2008 +0000 |
tree | caf07e4db2b038cbcc0208947586a71ee1627f65 | |
parent | 4d76e6591be75ba52369fe82e334f58d76eae62d [diff] [blame] |
Bug in committer code
diff --git a/html/map_files.php b/html/map_files.php index 77e701f..79bb73e 100644 --- a/html/map_files.php +++ b/html/map_files.php
@@ -20,7 +20,7 @@ exitTo("importing.php"); } -if(!isset($User->is_committer)) { +if($User->is_committer != 1) { exitTo("login.php?errNo=3214","error: 3214 - you must be an Eclipse committer to access this page."); }