diff Lib/IMPL/Web/View/TTDocument.pm @ 212:292226770180

bugfixes
author sergey
date Fri, 29 Jun 2012 19:24:15 +0400
parents 7a920771fd8e
children 5c82eec23bb6
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTDocument.pm	Tue Jun 05 07:45:21 2012 +0400
+++ b/Lib/IMPL/Web/View/TTDocument.pm	Fri Jun 29 19:24:15 2012 +0400
@@ -119,6 +119,7 @@
         $output = $this->context->include(
             $this->loader->layout($this->layout),
             {
+            	%{$args || {}},
                 content => sub { $output ||= $this->RenderContent($args); },
                 this => $this,
                 template => $this->template