Show
Ignore:
Timestamp:
05/08/08 16:52:18 (19 months ago)
Author:
fumiakiy
Message:

Fixed "assining to readonly variable" error. BugId:69660

Files:
1 modified

Legend:

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

    r2274 r2276  
    13151315 
    13161316                    foreach my $lib (qw(lib extlib)) { 
    1317                         $lib = File::Spec->catdir( $plugin_full_path, $lib ); 
    1318                         unshift @INC, $lib if -d $lib; 
     1317                        my $plib = File::Spec->catdir( $plugin_full_path, $lib ); 
     1318                        unshift @INC, $plib if -d $plib; 
    13191319                    } 
    13201320