phpBB

Code Changes

File: phpbb/notification/type/report_post.php

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

	*/
public function get_avatar()
{

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

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

	}

/**

	}

/**