diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 22:47:54 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 22:47:54 +0000 |
commit | 66fe884cb56e31a4b7c08cfe58ac787b92b6829f (patch) | |
tree | 969a779603262816616d0eacf0a9ea076cdbaaac | |
parent | 6d4cb95ae33e1398ae1cf4043f554c2b0f2986c7 (diff) |
Use the author's avatar, not the logged in user's one.
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 9d18c054..9ef52720 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -97,7 +97,7 @@ <tr id="gComment-<?= $comment->id ?>"> <td> <a href="#"> - <img src="<?= $user->avatar_url(40, $theme->url("images/avatar.jpg")) ?>" + <img src="<?= $comment->author()->avatar_url(40, $theme->url("images/avatar.jpg", true)) ?>" class="gAvatar" alt="<?= $comment->author_name() ?>" width="40" |