aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 6f23612aa8..1444712570 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -173,7 +173,7 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
FROM " . POSTS_TABLE . "
WHERE poster_id = " . $userdata['user_id'];
- $show_results = "posts";
+ $show_results = "topics";
$sortby = 0;
$sortby_dir = "DESC";
}