Less confusing redirects when posting to the noticeboard

This commit is contained in:
Savetheinternet 2011-11-23 16:17:20 +11:00
parent 51cdaaccd1
commit 1a90eaf6ce

View File

@ -558,7 +558,7 @@
$query->bindValue(':body', $_POST['body']);
$query->execute() or error(db_error($query));
header('Location: ?/noticeboard', true, $config['redirect_http']);
header('Location: ?/noticeboard#' . $pdo->lastInsertId(), true, $config['redirect_http']);
} else {
if(hasPermission($config['mod']['noticeboard_post'])) {