Changeset 4921
- Timestamp:
- 10/29/09 06:47:51 (4 weeks ago)
- Files:
-
- 1 modified
-
branches/greyhound/lib/MT/CMS/Dashboard.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT/CMS/Dashboard.pm
r4768 r4921 210 210 }, 211 211 { 212 sort => ' authored_on',212 sort => 'created_on', 213 213 direction => 'descend', 214 214 limit => 1, … … 219 219 $param->{last_post_blog_id} = $last_post->blog_id; 220 220 $param->{last_post_blog_name} = encode_html($last_post->blog->name); 221 $param->{last_post_ts} = $last_post-> authored_on;221 $param->{last_post_ts} = $last_post->created_on; 222 222 my $perms = MT::Permission->load( 223 223 { blog_id => $last_post->blog_id, author_id => $app->user->id } );
