diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-15 22:06:01 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-15 22:06:01 +0100 |
| commit | d840b694decfc55147e08bbbc0f92ffcd9e78d22 (patch) | |
| tree | 2bd8d1f05d65ef340b7243ea90e895e5bb40fbc2 /edit.php | |
| parent | 3db3d2da9b8fe79ed622f29cf783b7309e3102e7 (diff) | |
| download | boards-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.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->getDisplayUrl() ); + bit_redirect( $gContent->getContentUrl() ); } else { $gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors ); } |
