From fa86542f90774d7a7d8f3e81ee35821ca25b7fd4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 18 Mar 2016 23:06:32 -0400 Subject: Added pluggable Avatar providers --- app/Template/comment/show.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/Template/comment/show.php') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php index 873e1470..c5963666 100644 --- a/app/Template/comment/show.php +++ b/app/Template/comment/show.php @@ -1,9 +1,7 @@

- - user->avatar($comment['email'], $comment['name'] ?: $comment['username']) ?> - + user->avatar($comment['user_id'], $comment['username'], $comment['name'], $comment['email']) ?> text->e($comment['name'] ?: $comment['username']) ?> @ -- cgit v1.2.3