From faca59b3a6ded459bf67e66cf1088380e9850048 Mon Sep 17 00:00:00 2001 From: brunoais Date: Mon, 23 Dec 2019 18:25:36 +0000 Subject: [ticket/16262] Add unset variables to search's compact PHPBB3-16262 --- phpBB/search.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/search.php') diff --git a/phpBB/search.php b/phpBB/search.php index bd8025dae5..e50df13ea4 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1214,6 +1214,10 @@ if ($keywords || $author || $author_id || $search_id || $submit) 'U_VIEW_POST' => (!empty($row['post_id'])) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=" . $row['topic_id'] . '&p=' . $row['post_id'] . (($u_hilit) ? '&hilit=' . $u_hilit : '')) . '#p' . $row['post_id'] : '', )); + $folder_img = $folder_alt = $u_mcp_queue = ''; + $topic_type = $posts_unapproved = 0; + $unread_topic = $topic_unapproved = $topic_deleted = false; + /** * Modify the topic data before it is assigned to the template * -- cgit v1.2.1