Fixed syntax error in post.php.
This commit is contained in:
parent
56b71ba929
commit
c62da933d1
1 changed files with 1 additions and 1 deletions
|
@ -137,6 +137,6 @@ switch($postMode) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default: // function as an alt for topic.php?p= by default
|
default: // function as an alt for topic.php?p= by default
|
||||||
Tools::redirect($urls->format('forum-post', ['post' => $postInfo->getId()]);
|
Tools::redirect($urls->format('forum-post', ['post' => $postInfo->getId()]));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue