diff --git a/main/forum/viewthread.php b/main/forum/viewthread.php index 7405eff666..5ac42bda08 100644 --- a/main/forum/viewthread.php +++ b/main/forum/viewthread.php @@ -163,7 +163,7 @@ if ($my_action=='delete' AND isset($_GET['content']) AND isset($_GET['id']) AND if (($my_action=='invisible' OR $my_action=='visible') AND isset($_GET['id']) AND api_is_allowed_to_edit(false,true)) { $message=approve_post($_GET['id'],$_GET['action']); // note: this has to be cleaned first } -if ($my_action=='move' and isset($_GET['post'])) { +if ($my_action=='move' AND isset($_GET['post'])) { $message=move_post_form(); } @@ -193,7 +193,7 @@ if ($my_message<>'PostDeletedSpecial') { echo ''.search_link().''; if ($origin != 'learnpath') { echo ''.Display::return_icon('back.png',get_lang('BackToForumOverview')).' '.get_lang('BackToForumOverview').''; - echo ''.Display::return_icon('forum.gif',get_lang('BackToForum')).' '.get_lang('BackToForum').''; + echo ''.Display::return_icon('forum.gif',get_lang('BackToForum')).' '.get_lang('BackToForum').''; } // the reply to thread link should only appear when the forum_category is not locked AND the forum is not locked AND the thread is not locked. // if one of the three levels is locked then the link should not be displayed