Changeset 1359

Show
Ignore:
Timestamp:
02/12/08 22:05:48 (5 months ago)
Author:
mpaschal
Message:

Note what looks like mistreatment of this variable while I'm looking at it

Files:

Legend:

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

    r1174 r1359  
    7171    my $result = $cat->basename; 
    7272    do { 
     73        # TODO: uh, does this not mean we cache the resulting path on the 
     74        # root category object instead? 
    7375        $cat = $cat->parent ? __PACKAGE__->load($cat->parent) : undef; 
    7476        $result = join "/", $cat->basename, $result if $cat;