Changeset 1755

Show
Ignore:
Timestamp:
04/03/08 17:15:37 (19 months ago)
Author:
bchoate
Message:

Don't fail in the event that the SSI include file was simply a zero-byte file. BugId:75459

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/lib/MT/Template/ContextHandlers.pm

    r1747 r1755  
    24032403            } 
    24042404        } 
    2405         $fmgr->put_data($ret, $file_path) 
     2405        defined($fmgr->put_data($ret, $file_path)) 
    24062406            or return $ctx->error(MT->translate("Writing to '[_1]' failed: [_2]", 
    24072407                $file_path, $fmgr->errstr));