Changeset 2741
- Timestamp:
- 07/09/08 08:58:11 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-41/lib/MT/App.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/lib/MT/App.pm
r2725 r2741 994 994 userpic => scalar $commenter->userpic_url, 995 995 profile => "", # profile link url 996 is_authenticated => "1",996 is_authenticated => ($commenter->auth_type eq 'MT' ? "1" : "2"), 997 997 is_trusted => ($commenter->is_trusted($blog_id) ? "1" : "0"), 998 998 is_author => ($commenter->type == MT::Author::AUTHOR() ? "1" : "0"),
