Changeset 1780
- Timestamp:
- 04/05/08 02:41:43 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-33/lib/MT/Template/ContextHandlers.pm
r1774 r1780 2376 2376 # The template may still be cached from before we were using SSI 2377 2377 # for this template, so check that it's also on disk. 2378 if ($blog->file_mgr->exists($blog->include_path($include_name))) { 2378 my ($path, $file_path) = $blog->include_path($include_name); 2379 if ($blog->file_mgr->exists($file_path)) { 2379 2380 return $blog->include_statement($include_name); 2380 2381 }
