Skip to content

Commit

Permalink
* print_api.php
Browse files Browse the repository at this point in the history
  (get_bug_view_page): typo


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1498 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Julian Fitzell committed Sep 16, 2002
1 parent bb638f2 commit 50b1674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/print_api.php
Expand Up @@ -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 $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 50b1674

Please sign in to comment.