Changeset 1859 for branches/release-34/lib/MT/Template/ContextHandlers.pm
- Timestamp:
- 04/11/08 06:01:58 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/Template/ContextHandlers.pm
r1855 r1859 1418 1418 } 1419 1419 1420 $ctx->{__stash}{vars}->{__value__} = $value;1421 $ctx->{__stash}{vars}->{__name__} = $var;1420 local $ctx->{__stash}{vars}{__cond_value__} = $value; 1421 local $ctx->{__stash}{vars}{__cond_name__} = $var; 1422 1422 1423 1423 if ( my $op = $args->{op} ) {
