Changeset 1981
- Timestamp:
- 04/18/08 08:54:48 (22 months ago)
- Files:
-
- 1 modified
-
branches/release-35/lib/MT.pm.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/lib/MT.pm.pre
r1954 r1981 2003 2003 sub load_tmpl { 2004 2004 my $mt = shift; 2005 if ( $mt->{component}) {2005 if ( exists($mt->{component}) && ( $mt->{component} ne 'Core' ) ) { 2006 2006 if (my $c = $mt->component($mt->{component})) { 2007 2007 return $c->load_tmpl(@_);
