Changeset 1426
- Timestamp:
- 02/28/08 22:06:10 (16 months ago)
- Files:
-
- 1 modified
-
branches/release-30/lib/MT/Builder.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-30/lib/MT/Builder.pm
r1424 r1426 293 293 $cond = {}; 294 294 } 295 $ctx->stash('builder', $build); 295 # Avoids circular reference between MT::Template::Context and MT::Builder. 296 local $ctx->{__stash}{builder} = $build; 296 297 my $res = ''; 297 298 my $ph = $ctx->post_process_handler;
