forked from leftypol/leftypol
fixed bug causing some themes to make adding a "new board" redirect somewhere else
This commit is contained in:
parent
4a9022e960
commit
f6b665d061
1 changed files with 1 additions and 1 deletions
2
mod.php
2
mod.php
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue