mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:58:55 +00:00
[feature/php-events] Rename display_forums_sql_inject to be less misleading
PHPBB3-9550
This commit is contained in:
parent
e126c37ea8
commit
730bd6eb08
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
|||
);
|
||||
|
||||
$vars = array('sql_ary');
|
||||
extract($phpbb_dispatcher->trigger_event('core.display_forums_sql_inject', compact($vars)));
|
||||
extract($phpbb_dispatcher->trigger_event('core.display_forums_build_query', compact($vars)));
|
||||
|
||||
$sql = $db->sql_build_query('SELECT', $sql_ary);
|
||||
$result = $db->sql_query($sql);
|
||||
|
|
Loading…
Add table
Reference in a new issue