mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/12192] Fix call to undefined method get_user_avatar().
PHPBB3-12192
This commit is contained in:
@@ -114,7 +114,7 @@ class report_pm_closed extends \phpbb\notification\type\pm
|
|||||||
*/
|
*/
|
||||||
public function get_avatar()
|
public function get_avatar()
|
||||||
{
|
{
|
||||||
return $this->get_user_avatar($this->get_data('closer_id'));
|
return $this->user_loader->get_avatar($this->get_data('closer_id'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user