Skip to content

Commit

Permalink
Fixed #8241: Disable Roadmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Oct 22, 2007
1 parent f1efebe commit 77480da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/html_api.php
Expand Up @@ -18,7 +18,7 @@
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.

# --------------------------------------------------------
# $Id: html_api.php,v 1.218.2.2 2007-10-16 22:15:31 giallu Exp $
# $Id: html_api.php,v 1.218.2.3 2007-10-22 07:08:33 vboctor Exp $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -536,7 +536,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 77480da

Please sign in to comment.