Changeset 2349
- Timestamp:
- 05/15/08 23:51:12 (18 months ago)
- Files:
-
- 1 modified
-
branches/release-38/lib/MT/Category.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT/Category.pm
r2314 r2349 402 402 $class->load({ blog_id => $cat->blog_id, 403 403 parent => $cat->id }); 404 weaken( $_ ) foreach @{ $cat->{__children} };405 404 } 406 405 @{$cat->{__children}};
