# HG changeset patch # User cin # Date 1399299423 -14400 # Node ID 73f81f4e95705cc1e9762445649cd2b810e57e16 # Parent 6f2a494579cb27871d95742a77159f4a803a1644 sync diff -r 6f2a494579cb -r 73f81f4e9570 Lib/IMPL/Web/Handler/View.pm --- a/Lib/IMPL/Web/Handler/View.pm Mon Feb 24 01:55:46 2014 +0400 +++ b/Lib/IMPL/Web/Handler/View.pm Mon May 05 18:17:03 2014 +0400 @@ -65,7 +65,7 @@ my %responseParams = ( type => $this->contentType, charset => $this->contentCharset, - body => $this->view->display( + body => $this->view->display( $model, $this->SelectView( $action, ref $model ), $vars