1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/14234] Get rid of undefined variables

PHPBB3-14234
This commit is contained in:
Marc Alexander
2015-10-12 21:56:09 +02:00
parent 578ee077c1
commit 75e5e2471e
4 changed files with 8 additions and 20 deletions

View File

@@ -779,7 +779,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
$result = $db->sql_query($sql);
$result_topic_id = 0;
$rowset = array();
$rowset = $attachments = $topic_tracking_info = array();
if ($show_results == 'topics')
{