Changeset 1000

Show
Ignore:
Timestamp:
01/05/07 10:47:05 (2 years ago)
Author:
takayama
Message:

Fixed incorrect field name.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/Template/ContextHandlers.pm

    r987 r1000  
    43894389                "No such user '[_1]'", $author_name )); 
    43904390        if ($assets) { 
    4391             push @filters, sub { $_[0]->author_id == $author->id }; 
     4391            push @filters, sub { $_[0]->created_by == $author->id }; 
    43924392        } else { 
    43934393            $terms{created_by} = $author->id;