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:
@@ -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')
|
||||
{
|
||||
|
Reference in New Issue
Block a user