Better comments
This commit is contained in:
parent
13c1b6b66d
commit
8707a1c135
1 changed files with 2 additions and 1 deletions
|
@ -424,7 +424,8 @@ class AIController
|
|||
|
||||
if ($dispatchEvent) {
|
||||
$dispatcher = $this->phpbb_container->get('dispatcher');
|
||||
// Same exact code as in https://github.com/phpbb/phpbb/blob/master/phpBB/viewonline.php
|
||||
// Same exact code as in https://github.com/phpbb/phpbb/blob/master/phpBB/includes/message_parser.php
|
||||
// See core.modify_attachment_sql_ary_on_submit https://area51.phpbb.com/docs/dev/3.3.x/extensions/events_list.html
|
||||
$vars_array = array('sql_ary');
|
||||
extract($dispatcher->trigger_event('core.modify_attachment_sql_ary_on_submit', compact($vars_array)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue