Changeset 2391

Show
Ignore:
Timestamp:
05/19/08 15:08:42 (21 months ago)
Author:
bchoate
Message:

Applying mode fix for Perl 5.6.1. BugId:79755

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/App.pm

    r2365 r2391  
    20612061        REQUEST: 
    20622062        { 
     2063            # for Perl 5.6.x BugId:79755 
     2064            $mode = $app->{forward} unless $mode; 
     2065 
    20632066            my $requires_login = $app->{requires_login}; 
    20642067