aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index f99ff7cf2c..96e716d4ee 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -329,7 +329,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
'author_id_ary',
'search_id',
);
- extract($phpbb_dispatcher->trigger_event('core.search_get_posts_data', compact($vars)));
+ extract($phpbb_dispatcher->trigger_event('core.search_modify_param_before', compact($vars)));
// pre-made searches
$sql = $field = $l_search_title = '';