Fixed syntax error in post.php.

This commit is contained in:
flash 2023-09-11 19:18:10 +00:00
parent edc64b45ff
commit a945cc518a

View file

@ -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;
}