Changeset 1981

Show
Ignore:
Timestamp:
04/18/08 08:54:48 (19 months ago)
Author:
fumiakiy
Message:

Do not bother if the component is "Core". BugId:79367

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/lib/MT.pm.pre

    r1954 r1981  
    20032003sub load_tmpl { 
    20042004    my $mt = shift; 
    2005     if ($mt->{component}) { 
     2005    if ( exists($mt->{component}) && ( $mt->{component} ne 'Core' ) ) { 
    20062006        if (my $c = $mt->component($mt->{component})) { 
    20072007            return $c->load_tmpl(@_);