diff Lib/IMPL/Web/Handler/View.pm @ 354:9330835535b9

fixed view double rendering
author cin
date Wed, 16 Oct 2013 17:28:40 +0400
parents feeb3bc4a818
children 833e663796c4
line wrap: on
line diff
--- a/Lib/IMPL/Web/Handler/View.pm	Fri Oct 11 15:49:04 2013 +0400
+++ b/Lib/IMPL/Web/Handler/View.pm	Wed Oct 16 17:28:40 2013 +0400
@@ -60,12 +60,6 @@
         layout      => $this->layout
 	};
 
-    $this->view->display(
-      	$model,
-      	$template || $this->SelectView( $action, ref $model ),
-        $vars
-    );
-        
     my %responseParams = (
         type => $this->contentType,
         charset => $this->contentCharset,