mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +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',
|
'author_id_ary',
|
||||||
'search_id',
|
'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
|
// pre-made searches
|
||||||
$sql = $field = $l_search_title = '';
|
$sql = $field = $l_search_title = '';
|
||||||
|
Reference in New Issue
Block a user