Changeset 2349

Show
Ignore:
Timestamp:
05/15/08 23:51:12 (6 months ago)
Author:
bchoate
Message:

Revised weakref handling for categories. BugId:79687

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-38/lib/MT/Category.pm

    r2314 r2349  
    402402        $class->load({ blog_id => $cat->blog_id, 
    403403            parent => $cat->id }); 
    404         weaken( $_ ) foreach @{ $cat->{__children} }; 
    405404    } 
    406405    @{$cat->{__children}};