Changeset 2165

Show
Ignore:
Timestamp:
04/30/08 22:17:27 (7 months ago)
Author:
bchoate
Message:

Reverted mode update since it was creating unwelcome ripple effects. BugId:79401,79604

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-37/lib/MT/App.pm

    r2132 r2165  
    21742174            if (my $new_mode = $app->{forward}) { 
    21752175                $mode = $new_mode; 
    2176                 $app->mode($mode); 
    21772176                goto REQUEST; 
    21782177            }