From 2e320ceeadf5e134352a9bb83efff93964a40f81 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 19 Mar 2016 13:45:41 -0400 Subject: Handle multiple avatar sizes --- app/Template/comment/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/comment/show.php') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php index ebf4142b..ce456c5d 100644 --- a/app/Template/comment/show.php +++ b/app/Template/comment/show.php @@ -1,6 +1,6 @@
- user->avatar($comment['user_id'], $comment['username'], $comment['name'], $comment['email']) ?> + avatar->render($comment['user_id'], $comment['username'], $comment['name'], $comment['email']) ?>
-- cgit v1.2.3