Changeset 1885

Show
Ignore:
Timestamp:
04/14/08 08:28:04 (3 months ago)
Author:
fumiakiy
Message:

"require" is required when created a new blog.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-34/lib/MT/CMS/Dashboard.pm

    r1865 r1885  
    394394    $args->{limit} = 100; 
    395395 
    396     my $iter = MT::ObjectTag->count_group_by($terms, $args); 
     396    my $iter = $app->model('objecttag')->count_group_by($terms, $args); 
    397397    my @tag_loop; 
    398398    my $ntags = 0;