phpBB

Code Changes

File: phpbb/notification/type/admin_activate_user.php

  Unmodified   Added   Modified   Removed
Line 150Line 150
		$username = $this->user_loader->get_username($this->item_id, 'username');

return array(

		$username = $this->user_loader->get_username($this->item_id, 'username');

return array(

			'USERNAME'			=> htmlspecialchars_decode($username),

			'USERNAME'			=> html_entity_decode($username, ENT_COMPAT),

			'U_USER_DETAILS'	=> "{$board_url}/memberlist.{$this->php_ext}?mode=viewprofile&u={$this->item_id}",
'U_ACTIVATE' => "{$board_url}/ucp.{$this->php_ext}?mode=activate&u={$this->item_id}&k={$this->get_data('user_actkey')}",
);

			'U_USER_DETAILS'	=> "{$board_url}/memberlist.{$this->php_ext}?mode=viewprofile&u={$this->item_id}",
'U_ACTIVATE' => "{$board_url}/ucp.{$this->php_ext}?mode=activate&u={$this->item_id}&k={$this->get_data('user_actkey')}",
);