mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 04:42:04 +02:00
Merge pull request #5946 from mrgoldy/ticket/16441
[ticket/16441] Remove deprecated core.ucp_register_agreement event
This commit is contained in:
commit
1e40c814f3
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user