Show
Ignore:
Timestamp:
03/12/09 05:46:37 (9 months ago)
Author:
fumiakiy
Message:

Merging frampton to trunk. "svn merge -r3083:3217 http://code.sixapart.com/svn/movabletype/branches/frampton ."

Also merged MT.pm, mt-check.cgi and mt.php.

Files:
1 modified

Legend:

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

    r3082 r3529  
    443443        $tmpl->reset_tokens; 
    444444    } 
    445     $text; 
     445    $text = '' unless defined $text; 
     446    return $text; 
    446447} 
    447448