From 50b16741a4e279ee550595ce95fe345ef6ce8fb7 Mon Sep 17 00:00:00 2001 From: Julian Fitzell Date: Mon, 16 Sep 2002 10:09:40 +0000 Subject: [PATCH] * print_api.php (get_bug_view_page): typo git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1498 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- core/print_api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/print_api.php b/core/print_api.php index a10ffb01d6..c12dfd74cc 100644 --- a/core/print_api.php +++ b/core/print_api.php @@ -6,7 +6,7 @@ # See the files README and LICENSE for details # -------------------------------------------------------- - # $Id: print_api.php,v 1.14 2002-09-07 07:59:50 jfitzell Exp $ + # $Id: print_api.php,v 1.15 2002-09-16 10:09:40 jfitzell Exp $ # -------------------------------------------------------- ########################################################################### @@ -807,7 +807,7 @@ function get_bug_view_page() { return 'view_bug_page.php'; break; case ADVANCED_ONLY: - return 'view_bugadvanced_page.php'; + return 'view_bug_advanced_page.php'; break; } }