Changeset 2330

Show
Ignore:
Timestamp:
05/14/08 23:35:23 (6 months ago)
Author:
bchoate
Message:

Fixed variable assignment. BugId:79736

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-38/lib/MT/CMS/Template.pm

    r2323 r2330  
    869869 
    870870    my $ctx = $preview_tmpl->context; 
    871     $preview_tmpl->var('preview_template', 1); 
     871    $ctx->var('preview_template', 1); 
    872872    my $html = $preview_tmpl->output; 
    873873