Skip to content

Commit

Permalink
Fixed #8241: Disable Roadmap.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4659 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Oct 22, 2007
1 parent 01ea7ec commit df46e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/html_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: html_api.php,v 1.218 2007-09-28 02:52:37 vboctor Exp $
# $Id: html_api.php,v 1.219 2007-10-22 07:05:45 vboctor Exp $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -524,7 +524,7 @@ function print_menu() {
}

# Roadmap Page
if ( ( $t_current_project == ALL_PROJECTS ) || access_has_project_level( config_get( 'roadmap_view_threshold' ) ) ) {
if ( access_has_project_level( config_get( 'roadmap_view_threshold' ) ) ) {
$t_menu_options[] = '<a href="roadmap_page.php">' . lang_get( 'roadmap_link' ) . '</a>';
}

Expand Down

0 comments on commit df46e13

Please sign in to comment.