Skip to content

Commit

Permalink
Change the links to view_filters_page.php to help with authentication…
Browse files Browse the repository at this point in the history
… issues

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2778 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
narcissus committed Jul 31, 2004
1 parent 2093d45 commit 0d035a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/filter_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: filter_api.php,v 1.52 2004-07-27 11:44:26 narcissus Exp $
# $Id: filter_api.php,v 1.53 2004-07-31 13:16:38 narcissus Exp $
# --------------------------------------------------------

$t_core_dir = dirname( __FILE__ ).DIRECTORY_SEPARATOR;
Expand Down Expand Up @@ -693,7 +693,7 @@ function filter_draw_selection_area2( $p_page_number, $p_for_screen = true, $p_e
}
}

$t_filters_url = config_get( 'path' ) . 'view_filters_page.php?for_screen=' . $p_for_screen;
$t_filters_url = 'view_filters_page.php?for_screen=' . $p_for_screen;
if ( 'advanced' == $t_view_type ) {
$t_filters_url = $t_filters_url . '&view_type=advanced';
}
Expand Down

0 comments on commit 0d035a0

Please sign in to comment.