mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00: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
1 changed files with 0 additions and 11 deletions
|
@ -222,17 +222,6 @@ class ucp_register
|
||||||
|
|
||||||
$template->assign_vars($template_vars);
|
$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;
|
$this->tpl_name = $tpl_name;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue