Changeset 2458
- Timestamp:
- 05/29/08 08:40:40 (21 months ago)
- Files:
-
- 1 modified
-
branches/release-39/lib/MT/CMS/Template.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/lib/MT/CMS/Template.pm
r2444 r2458 1328 1328 $obj->include_with_ssi( $app->param('include_with_ssi') ? 1 : 0 ); 1329 1329 $obj->cache_path( $app->param('cache_path')); 1330 my $cache_expire_type = $app->param('cache_expire_type') || ''; 1330 my $cache_expire_type = defined $app->param('cache_expire_type') 1331 ? $app->param('cache_expire_type') 1332 : '0'; 1331 1333 $obj->cache_expire_type($cache_expire_type); 1332 1334 my $period = $app->param('cache_expire_period');
