diff options
| -rw-r--r-- | edit_book.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_book.php b/edit_book.php index 9b572a0..dd20c72 100644 --- a/edit_book.php +++ b/edit_book.php @@ -125,7 +125,7 @@ if( isset($_REQUEST["createstructure"]) ) { $nodeHash['after_ref_id'] = $gStructure->storeNode( $nodeHash ); } } - header( "location: ".WIKI_PKG_URL."edit_book.php?structure_id=".$structure_id ); + bit_redirect( WIKI_PKG_URL."edit_book.php?structure_id=".$structure_id ); } else { $gBitSmarty->assignByRef( 'errors', $gContent->mErrors ); $gBitSmarty->assign( 'name', $_REQUEST['name']); |
