File: phpbb/notification/type/topic.php
Unmodified
Added
Modified
Removed
Line 119 | Line 119 |
---|
*/ public function get_avatar() {
|
*/ public function get_avatar() {
|
return $this->user_loader->get_avatar($this->get_data('poster_id'));
| return $this->user_loader->get_avatar($this->get_data('poster_id'), false, true);
|
}
/**
| }
/**
|
Line 257 | Line 257 |
---|
{ $tracking_data[$row['user_id']] = $row['mark_time']; }
|
{ $tracking_data[$row['user_id']] = $row['mark_time']; }
|
| $this->db->sql_freeresult($result);
|
return $tracking_data; }
| return $tracking_data; }
|