Changeset 1359
- Timestamp:
- 02/12/08 22:05:48 (5 months ago)
- Files:
-
- branches/release-29/lib/MT/Category.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-29/lib/MT/Category.pm
r1174 r1359 71 71 my $result = $cat->basename; 72 72 do { 73 # TODO: uh, does this not mean we cache the resulting path on the 74 # root category object instead? 73 75 $cat = $cat->parent ? __PACKAGE__->load($cat->parent) : undef; 74 76 $result = join "/", $cat->basename, $result if $cat;
