MINOR Removed comment that no longer applies in RequestHandler

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@79423 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-06-17 06:20:58 +00:00
parent dfc1598de0
commit 1168bf07c6

View File

@ -173,10 +173,6 @@ class RequestHandler extends ViewableData {
*/
function checkAccessAction($action) {
$action = strtolower($action);
/** $this->class is not a safe call, cos $this->class is not assigned in some circumstance.
* we used get_class($this) here
*/
$allowedActions = Object::combined_static(get_class($this), 'allowed_actions');
$newAllowedActions = array();