Changeset 1784

Show
Ignore:
Timestamp:
04/07/08 05:36:48 (5 months ago)
Author:
fumiakiy
Message:

Oops, the argument can be a reference. BugId:75319

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dipper/lib/MT.pm.pre

    r1783 r1784  
    19731973    } else { 
    19741974        $tmpl = $mt->load_tmpl($file) or return; 
    1975         $tmpl_file = $file
     1975        $tmpl_file = $file unless ref($file)
    19761976    } 
    19771977