fixed bug causing some themes to make adding a "new board" redirect somewhere else

This commit is contained in:
Michael Save 2012-01-27 03:49:59 +11:00
parent 4a9022e960
commit f6b665d061

View File

@ -1921,7 +1921,7 @@
rebuildThemes('boards');
header('Location: ?/board/' . $board['uri'], true, $config['redirect_http']);
header('Location: ?/board/' . $b['uri'], true, $config['redirect_http']);
} else {
$body .= form_newBoard();