summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-04-19 02:02:35 -0400
committerspiderr <spider@viovio.com>2012-04-19 02:02:35 -0400
commita668e5d695156c5ffa4ddebe1b4c5e7626a45fe1 (patch)
treed7fec30dcb60eb789b0093b3ea2dad7a8112cfdb /edit.php
parent91503453593b7d33be9f060faf4a947204c649b4 (diff)
downloadboards-a668e5d695156c5ffa4ddebe1b4c5e7626a45fe1.tar.gz
boards-a668e5d695156c5ffa4ddebe1b4c5e7626a45fe1.tar.bz2
boards-a668e5d695156c5ffa4ddebe1b4c5e7626a45fe1.zip
lots of getDisplayUrl cleanup
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index 6afcfcb..ad0c7c1 100644
--- a/edit.php
+++ b/edit.php
@@ -67,7 +67,7 @@ if( !empty( $_REQUEST["save_bitboard"] ) ) {
// disabled
if( $gContent->store( $storeHash ) ) {
$gContent->storePreference( 'board_sync_list_address', (!empty( $_REQUEST['bitboardconfig']['board_sync_list_address'] ) ? $_REQUEST['bitboardconfig']['board_sync_list_address'] : NULL) );
- bit_redirect( $gContent->getContentUrl() );
+ bit_redirect( $gContent->getDisplayUrl() );
} else {
$gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors );
}