diff options
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/ucp/ucp_register.php | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/phpBB/includes/ucp/ucp_register.php b/phpBB/includes/ucp/ucp_register.php index 0ee45b0706..3426af95d0 100644 --- a/phpBB/includes/ucp/ucp_register.php +++ b/phpBB/includes/ucp/ucp_register.php @@ -176,6 +176,16 @@ class ucp_register  			}  			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';  			return;  		} | 
