Browse Source

Fixing a code formatting mistake in Controller::render()

Florian Krämer 13 years ago
parent
commit
bb91bebc4d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/Cake/Controller/Controller.php

+ 2 - 1
lib/Cake/Controller/Controller.php

@@ -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.