Mercurial > pub > Impl
diff Lib/IMPL/Web/View/TTDocument.pm @ 234:2530d1bb9638
sync
author | sergey |
---|---|
date | Thu, 11 Oct 2012 20:11:45 +0400 |
parents | 5c82eec23bb6 |
children | 2904da230022 |
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTDocument.pm Thu Oct 11 04:53:08 2012 +0400 +++ b/Lib/IMPL/Web/View/TTDocument.pm Thu Oct 11 20:11:45 2012 +0400 @@ -120,7 +120,7 @@ $this->loader->layout($this->layout), { %{$args || {}}, - content => sub { $output ||= $this->RenderContent($args); }, + content => sub { $this->RenderContent($args); }, this => $this, template => $this->template }