aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index ef3fa572c0..e8898141c0 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -960,6 +960,12 @@ while ($row = $db->sql_fetchrow($result))
$holding = '';
}
}
+
+if ($holding)
+{
+ $s_forums .= $holding;
+}
+
$db->sql_freeresult($result);
unset($pad_store);