Less confusing redirects when posting to the noticeboard
This commit is contained in:
parent
51cdaaccd1
commit
1a90eaf6ce
2
mod.php
2
mod.php
@ -558,7 +558,7 @@
|
|||||||
$query->bindValue(':body', $_POST['body']);
|
$query->bindValue(':body', $_POST['body']);
|
||||||
$query->execute() or error(db_error($query));
|
$query->execute() or error(db_error($query));
|
||||||
|
|
||||||
header('Location: ?/noticeboard', true, $config['redirect_http']);
|
header('Location: ?/noticeboard#' . $pdo->lastInsertId(), true, $config['redirect_http']);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if(hasPermission($config['mod']['noticeboard_post'])) {
|
if(hasPermission($config['mod']['noticeboard_post'])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user