mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-16 05:43:19 +02:00
[ticket/16441] Remove deprecated core.ucp_register_agreement event
PHPBB3-16441
This commit is contained in:
parent
73c355b92a
commit
dc08b8d9ca
@ -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