Skip to content

Commit

Permalink
Merge branch '3.1.x' of github.com:kohana/core into 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahdw committed Dec 15, 2010
2 parents 99584f9 + 55ec7ae commit 8053fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/kohana/controller/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function after()
{
if ($this->auto_render === TRUE)
{
$this->response->body = $this->template;
$this->response->body = $this->template->render();
}

return parent::after();
Expand Down

0 comments on commit 8053fa9

Please sign in to comment.