Mercurial > pub > Impl
diff Lib/IMPL/Web/View/TTFactory.pm @ 296:86ff93b34f2a
sync
author | cin |
---|---|
date | Tue, 05 Mar 2013 01:46:32 +0400 |
parents | 5d14baa35790 |
children | 78f767765706 |
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTFactory.pm Fri Mar 01 03:15:30 2013 +0400 +++ b/Lib/IMPL/Web/View/TTFactory.pm Tue Mar 05 01:46:32 2013 +0400 @@ -84,6 +84,8 @@ if (my $init = $this->template->blocks->{INIT}) { $this->context->process($init); } + + $this->context->visit($this->template->blocks); } my $instance = $this->SUPER::CreateObject(@_);