Fixed syntax error in post.php.
This commit is contained in:
parent
edc64b45ff
commit
a945cc518a
1 changed files with 1 additions and 1 deletions
|
@ -137,6 +137,6 @@ switch($postMode) {
|
|||
break;
|
||||
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue