Changeset 1783

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

Call transformer callback when build_page is called with file name instead of template ref. This is required to fix the bug BugId:75139.

Files:

Legend:

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

    r1275 r1783  
    19731973    } else { 
    19741974        $tmpl = $mt->load_tmpl($file) or return; 
     1975        $tmpl_file = $file; 
    19751976    } 
    19761977