aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/post.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-06-16 12:35:51 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-06-16 12:35:51 +0200
commit80768b526bd3f7167703dad8be1b297bbb9cc3f7 (patch)
tree457fcc03f211840837913e004033074ee98b342b /phpBB/phpbb/notification/type/post.php
parentd5414592f102c1be9cd109d8250c5cced2a6c327 (diff)
parentdc9245dd7a5a13f67667df835957740b553d2313 (diff)
downloadforums-80768b526bd3f7167703dad8be1b297bbb9cc3f7.tar
forums-80768b526bd3f7167703dad8be1b297bbb9cc3f7.tar.gz
forums-80768b526bd3f7167703dad8be1b297bbb9cc3f7.tar.bz2
forums-80768b526bd3f7167703dad8be1b297bbb9cc3f7.tar.xz
forums-80768b526bd3f7167703dad8be1b297bbb9cc3f7.zip
Merge branch '3.1.x'
Conflicts: phpBB/phpbb/user_loader.php
Diffstat (limited to 'phpBB/phpbb/notification/type/post.php')
-rw-r--r--phpBB/phpbb/notification/type/post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/type/post.php b/phpBB/phpbb/notification/type/post.php
index d6aa8a8af9..f6b3136a21 100644
--- a/phpBB/phpbb/notification/type/post.php
+++ b/phpBB/phpbb/notification/type/post.php
@@ -165,7 +165,7 @@ class post extends \phpbb\notification\type\base
*/
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);
}
/**