fixed bug causing some themes to make adding a "new board" redirect somewhere else
This commit is contained in:
parent
4a9022e960
commit
f6b665d061
2
mod.php
2
mod.php
@ -1921,7 +1921,7 @@
|
|||||||
|
|
||||||
rebuildThemes('boards');
|
rebuildThemes('boards');
|
||||||
|
|
||||||
header('Location: ?/board/' . $board['uri'], true, $config['redirect_http']);
|
header('Location: ?/board/' . $b['uri'], true, $config['redirect_http']);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
$body .= form_newBoard();
|
$body .= form_newBoard();
|
||||||
|
Loading…
Reference in New Issue
Block a user