Changeset 2667 for branches/release-41/lib/MT.pm.pre
- Timestamp:
- 07/01/08 04:52:13 (17 months ago)
- Files:
-
- 1 modified
-
branches/release-41/lib/MT.pm.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/lib/MT.pm.pre
r2276 r2667 2113 2113 my $label = $c->label || $pack->{label}; 2114 2114 $label = $label->() if ref($label) eq 'CODE'; 2115 # if the component did not declare a label, 2116 # it isn't wanting to be visible on the app footer. 2117 next if $label eq $c->{plugin_sig}; 2115 2118 push @packs_installed, { 2116 2119 label => $label,
