comparison Lib/IMPL/Web/View/TTFactory.pm @ 296:86ff93b34f2a

sync
author cin
date Tue, 05 Mar 2013 01:46:32 +0400
parents 5d14baa35790
children 78f767765706
comparison
equal deleted inserted replaced
295:9b25e1f50144 296:86ff93b34f2a
82 unless($count) { 82 unless($count) {
83 # нужно выполнить именно блок INIT шаблона при создании первого экземпляра 83 # нужно выполнить именно блок INIT шаблона при создании первого экземпляра
84 if (my $init = $this->template->blocks->{INIT}) { 84 if (my $init = $this->template->blocks->{INIT}) {
85 $this->context->process($init); 85 $this->context->process($init);
86 } 86 }
87
88 $this->context->visit($this->template->blocks);
87 } 89 }
88 90
89 my $instance = $this->SUPER::CreateObject(@_); 91 my $instance = $this->SUPER::CreateObject(@_);
90 92
91 $instance->InitInstance(); 93 $instance->InitInstance();