From f6b665d061f4b6031c900129f2f478e1e57998ef Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 27 Jan 2012 03:49:59 +1100 Subject: [PATCH] fixed bug causing some themes to make adding a "new board" redirect somewhere else --- mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.php b/mod.php index f7863445..d9203c71 100644 --- a/mod.php +++ b/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();