Browse Source

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

pull/40/head
Michael Save 12 years ago
parent
commit
f6b665d061
  1. 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…
Cancel
Save