1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

Merge pull request from mrgoldy/ticket/16441

[ticket/16441] Remove deprecated core.ucp_register_agreement event
This commit is contained in:
Marc Alexander 2020-06-07 22:51:22 +02:00 committed by GitHub
commit 1e40c814f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -222,17 +222,6 @@ class ucp_register
$template->assign_vars($template_vars);
/**
* Allows to modify the agreements.
*
* To assign data to the template, use $template->assign_vars()
*
* @event core.ucp_register_agreement
* @since 3.1.6-RC1
* @deprecated 3.2.2-RC1 Replaced by core.ucp_register_agreement_modify_template_data and to be removed in 3.3.0-RC1
*/
$phpbb_dispatcher->dispatch('core.ucp_register_agreement');
$this->tpl_name = $tpl_name;
return;
}