mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
Fixing a code formatting mistake in Controller::render()
This commit is contained in:
parent
f9d27b6291
commit
bb91bebc4d
1 changed files with 2 additions and 1 deletions
|
@ -945,7 +945,8 @@ class Controller extends Object implements CakeEventListener {
|
|||
|
||||
$this->autoRender = false;
|
||||
$this->response->body($this->View->render($view, $layout));
|
||||
return $this->response; }
|
||||
return $this->response;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the referring URL for this request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue