Skip to content

Commit

Permalink
0002209: Fixed a CGI error when deleting news.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1172 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jul 7, 2002
1 parent 1930be4 commit 106cd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news_edit_page.php
Expand Up @@ -11,7 +11,7 @@

# If deleting item redirect to delete script
if ( 'delete' == $f_action ) {
print_header_redirect( '$news_delete_page.php?f_id='.$f_id );
print_header_redirect( 'news_delete_page.php?f_id='.$f_id );
exit;
}

Expand Down

0 comments on commit 106cd93

Please sign in to comment.