Changeset 1380 for branches/mt4.11/lib/MT.pm.pre
- Timestamp:
- 02/20/08 20:46:49 (22 months ago)
- Files:
-
- 1 modified
-
branches/mt4.11/lib/MT.pm.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/mt4.11/lib/MT.pm.pre
r1376 r1380 910 910 911 911 # Log filename calcluation; changes daily, so we don't cache this 912 require File::Spec; 913 my $dir = File::Spec->catdir( MT->instance->static_file_path, 914 'support', 'logs'); 912 my $dir = $pkg->config->PerformanceLoggingPath; 915 913 if (! -d $dir) { 916 914 require File::Path;
