Changeset 1000
- Timestamp:
- 01/05/07 10:47:05 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/Template/ContextHandlers.pm
r987 r1000 4389 4389 "No such user '[_1]'", $author_name )); 4390 4390 if ($assets) { 4391 push @filters, sub { $_[0]-> author_id== $author->id };4391 push @filters, sub { $_[0]->created_by == $author->id }; 4392 4392 } else { 4393 4393 $terms{created_by} = $author->id;
