Changeset 1400

Show
Ignore:
Timestamp:
02/23/08 01:32:46 (17 months ago)
Author:
bchoate
Message:

Fixed typo on AuthorBasenameLimit setting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-30/lib/MT/Core.pm

    r1372 r1400  
    498498 
    499499            # Basename settings 
    500             'AuthorBansenameLimit' => { default => 30 }, 
     500            'AuthorBasenameLimit' => { default => 30 }, 
    501501            'PerformanceLogging' => { default => 0 }, 
    502502            'PerformanceLoggingThreshold' => { default => 0.1 },