summaryrefslogtreecommitdiff
path: root/edit_book.php
diff options
context:
space:
mode:
authorChristian Fowler <cfowler@einstein>2014-11-12 14:03:03 -0500
committerChristian Fowler <cfowler@einstein>2014-11-12 14:03:03 -0500
commit722d3813a3afb80b36585d497cf40939dc3ee299 (patch)
treef7ea05c04e3566c8e7e7665c8d4265745c7cc8e3 /edit_book.php
parent75175970f6ca5fb6958730f886672cd560cd11ba (diff)
downloadwiki-722d3813a3afb80b36585d497cf40939dc3ee299.tar.gz
wiki-722d3813a3afb80b36585d497cf40939dc3ee299.tar.bz2
wiki-722d3813a3afb80b36585d497cf40939dc3ee299.zip
use bit_redirect after book create
Diffstat (limited to 'edit_book.php')
-rw-r--r--edit_book.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_book.php b/edit_book.php
index 45a1053..30a1aa9 100644
--- a/edit_book.php
+++ b/edit_book.php
@@ -125,7 +125,7 @@ if( isset($_REQUEST["createstructure"]) ) {
$nodeHash['after_ref_id'] = $gStructure->storeNode( $nodeHash );
}
}
- bit_redirect( .WIKI_PKG_URL."edit_book.php?structure_id=".$structure_id );
+ bit_redirect( WIKI_PKG_URL."edit_book.php?structure_id=".$structure_id );
} else {
$gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors );
$gBitSmarty->assign( 'name', $_REQUEST['name']);