diff options
author | Kailey Truscott <kinerity@yahoo.com> | 2014-12-04 20:51:04 -0500 |
---|---|---|
committer | Kailey Truscott <kinerity@yahoo.com> | 2014-12-04 21:04:58 -0500 |
commit | ddd19376550ac074a8b4ec3a4f131d91ee63b6e3 (patch) | |
tree | 992abfc41ff8afbf9443bad315241a9c34d17b60 /phpBB/search.php | |
parent | 3bf55c0b4d080ef3bf1c9b4592d5660304f7d661 (diff) | |
download | forums-ddd19376550ac074a8b4ec3a4f131d91ee63b6e3.tar forums-ddd19376550ac074a8b4ec3a4f131d91ee63b6e3.tar.gz forums-ddd19376550ac074a8b4ec3a4f131d91ee63b6e3.tar.bz2 forums-ddd19376550ac074a8b4ec3a4f131d91ee63b6e3.tar.xz forums-ddd19376550ac074a8b4ec3a4f131d91ee63b6e3.zip |
[ticket/13409] Fix event name
PHPBB3-13409
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 2 |
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 = ''; |