Show
Ignore:
Timestamp:
10/03/08 01:07:01 (14 months ago)
Author:
bchoate
Message:

Merging fireball branch changes to-date to trunk: svn merge -r2974:3081 http://code.sixapart.com/svn/movabletype/branches/fireball .

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/MT/Template.pm

    r2973 r3082  
    335335    $obj->modulesets( join ',', @ids ) 
    336336        if scalar @ids != scalar @inst; 
    337     $obj->text($text) if $text; 
     337    $obj->text($text); 
    338338    return $obj->SUPER::save; 
    339339}