Commit 35bbd424 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4622 (Deleting first post in topic redirects back to deleted topic)

parent 55ff0bd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2909,7 +2909,7 @@ END;

        // Show it worked / Refresh
        $url = get_param_string('redirect', null);
        if ($url !== null) {
        if (($url !== null) && ((strpos($url, 'topicview') === false) || ($_topic_info[0]['t_cache_first_post_id'] != $post_id))) {
            return redirect_screen(get_screen_title('DELETE_POST'), $url, do_lang_tempcode('SUCCESS'));
        }