mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/13409] Fix event name
PHPBB3-13409
This commit is contained in:
@@ -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 = '';
|
||||
|
Reference in New Issue
Block a user