phpBB

Code Changes

File: phpbb/notification/type/disapprove_topic.php

  Unmodified   Added   Modified   Removed
Line 120Line 120
	public function get_email_template_variables()
{
return array_merge(parent::get_email_template_variables(), array(

	public function get_email_template_variables()
{
return array_merge(parent::get_email_template_variables(), array(

			'REASON'			=> htmlspecialchars_decode($this->get_data('disapprove_reason'), ENT_COMPAT),

			'REASON'			=> html_entity_decode($this->get_data('disapprove_reason'), ENT_COMPAT),

		));
}


		));
}