Mercurial > pub > Impl
changeset 397:73f81f4e9570
sync
| author | cin | 
|---|---|
| date | Mon, 05 May 2014 18:17:03 +0400 | 
| parents | 6f2a494579cb | 
| children | 38cb0b80e88e | 
| files | Lib/IMPL/Web/Handler/View.pm | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- 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
