Skip to content

Commit

Permalink
MINOR Fixed indentation (from r102009)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112055 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Oct 13, 2010
1 parent 1d61bf7 commit e8e7065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/control/RequestHandler.php
Expand Up @@ -279,7 +279,7 @@ function checkAccessAction($action) {
} else {
throw new Exception("method_exists() true but ReflectionClass can't find method - PHP is b0kred");
}
} else if(!$this->hasMethod($action)){
} else if(!$this->hasMethod($action)){
// Return true so that a template can handle this action
return true;
}
Expand Down

0 comments on commit e8e7065

Please sign in to comment.