diff Lib/IMPL/Web/View/TTView.pm @ 401:16ff604298c7

minor fixes
author cin
date Thu, 15 May 2014 18:24:28 +0400
parents 753e981782ce
children
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/TTView.pm	Wed May 14 17:27:32 2014 +0400
+++ b/Lib/IMPL/Web/View/TTView.pm	Thu May 15 18:24:28 2014 +0400
@@ -37,7 +37,7 @@
 	
 	my $context = Context->new($this->options);
 	eval {
-		warn $context->process('globals' . '.' . $this->tt_ext, $args);
+		$context->process('globals' . '.' . $this->tt_ext, $args);
 	};
 	my $layout = delete $args->{layout} || $this->layout;