summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-15 22:06:01 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-15 22:06:01 +0100
commitd840b694decfc55147e08bbbc0f92ffcd9e78d22 (patch)
tree2bd8d1f05d65ef340b7243ea90e895e5bb40fbc2 /edit.php
parent3db3d2da9b8fe79ed622f29cf783b7309e3102e7 (diff)
downloadboards-d840b694decfc55147e08bbbc0f92ffcd9e78d22.tar.gz
boards-d840b694decfc55147e08bbbc0f92ffcd9e78d22.tar.bz2
boards-d840b694decfc55147e08bbbc0f92ffcd9e78d22.zip
Tidy up to remove 'STRICT' warnings
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version load parameters need to be identical across all classes
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 ad0c7c1..6afcfcb 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->getDisplayUrl() );
+ bit_redirect( $gContent->getContentUrl() );
} else {
$gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors );
}