Skip to content

Commit

Permalink
Fix coding standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 28, 2012
1 parent 8bca041 commit f8d602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Controller/Controller.php
Expand Up @@ -966,7 +966,7 @@ public function render($view = null, $layout = null) {
* @link http://book.cakephp.org/2.0/en/controllers.html#Controller::referer
*/
public function referer($default = null, $local = false) {
if(!$this->request) {
if (!$this->request) {
return '/';
}

Expand Down

0 comments on commit f8d602c

Please sign in to comment.