mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch '3.1.x'
This commit is contained in:
commit
46ffafd0c6
1 changed files with 10 additions and 0 deletions
|
@ -178,6 +178,16 @@ class ucp_register
|
||||||
}
|
}
|
||||||
unset($lang_row);
|
unset($lang_row);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
*/
|
||||||
|
$phpbb_dispatcher->dispatch('core.ucp_register_agreement');
|
||||||
|
|
||||||
$this->tpl_name = 'ucp_agreement';
|
$this->tpl_name = 'ucp_agreement';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue