Changeset 2326 for branches/release-38/php/lib/block.mtcomments.php
- Timestamp:
- 05/14/08 09:22:20 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-38/php/lib/block.mtcomments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/php/lib/block.mtcomments.php
r2294 r2326 37 37 if ($comment['comment_commenter_id']) { 38 38 $commenter = $ctx->mt->db->fetch_author($comment['comment_commenter_id']); 39 $permission = $ctx->mt->db->fetch_permission(array('blog_id' => $comment['comment_blog_id'], 'id' => $comment['comment_commenter_id'])); 40 $commenter = array_merge($commenter, $permission[0]); 39 41 $ctx->stash('commenter', $commenter); 40 42 } else {
