diff options
| author | lsces <lester@lsces.co.uk> | 2012-08-08 16:38:30 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2012-08-08 16:38:30 +0100 |
| commit | 9261b86948a613fcf0da2c78f4af072bb5a3f17b (patch) | |
| tree | 4695edf9283a5e2e19de880478719aa3b60c97e4 /mailing_list.php | |
| parent | 673b988206760a3c7c3f7eb9200c4387c52e01bf (diff) | |
| download | boards-9261b86948a613fcf0da2c78f4af072bb5a3f17b.tar.gz boards-9261b86948a613fcf0da2c78f4af072bb5a3f17b.tar.bz2 boards-9261b86948a613fcf0da2c78f4af072bb5a3f17b.zip | |
Refactor header to bit_redirect for page switch
Diffstat (limited to 'mailing_list.php')
| -rw-r--r-- | mailing_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailing_list.php b/mailing_list.php index 9a7b39b..bd91d53 100644 --- a/mailing_list.php +++ b/mailing_list.php @@ -63,7 +63,7 @@ if( !empty( $_REQUEST['create_list'] ) ) { if( !($error = mailman_rmlist( $gContent->getPreference( 'boards_mailing_list' ) )) ) { $gContent->storePreference( 'boards_mailing_list', NULL ); $gContent->storePreference( 'boards_mailing_list_password', NULL ); - header( "Location: ".BOARDS_PKG_URL."mailing_list.php?b=".$gContent->getField( 'board_id' ) ); + bit_redirect( BOARDS_PKG_URL."mailing_list.php?b=".$gContent->getField( 'board_id' ) ); } else { $gBitSmarty->assign( 'errorMsg', $error ); } |
