diff options
| author | spiderr <spider@viovio.com> | 2012-04-19 02:02:35 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-04-19 02:02:35 -0400 |
| commit | a668e5d695156c5ffa4ddebe1b4c5e7626a45fe1 (patch) | |
| tree | d7fec30dcb60eb789b0093b3ea2dad7a8112cfdb /edit.php | |
| parent | 91503453593b7d33be9f060faf4a947204c649b4 (diff) | |
| download | boards-a668e5d695156c5ffa4ddebe1b4c5e7626a45fe1.tar.gz boards-a668e5d695156c5ffa4ddebe1b4c5e7626a45fe1.tar.bz2 boards-a668e5d695156c5ffa4ddebe1b4c5e7626a45fe1.zip | |
lots of getDisplayUrl cleanup
Diffstat (limited to 'edit.php')
| -rw-r--r-- | edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); } |
