Changeset 2388

Show
Ignore:
Timestamp:
05/19/08 06:45:24 (21 months ago)
Author:
fumiakiy
Message:

Added widgetset to the list of the types that should be searched by name. BugId:79793

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/CMS/Template.pm

    r2382 r2388  
    17481748            $terms->{type} = $val->{type}; 
    17491749            if ( $val->{type} =~ 
    1750                 m/^(archive|individual|page|category|index|custom|widget)$/ ) 
     1750                m/^(archive|individual|page|category|index|custom|widget|widgetset)$/ ) 
    17511751            { 
    17521752                $terms->{name} = $val->{name};