phpBB

Code Changes

File: phpbb/notification/type/report_pm_closed.php

  Unmodified   Added   Modified   Removed
Line 130Line 130
	*/
public function get_avatar()
{

	*/
public function get_avatar()
{

		return $this->user_loader->get_avatar($this->get_data('closer_id'));

		return $this->user_loader->get_avatar($this->get_data('closer_id'), false, true);

	}

/**

	}

/**