From 1168bf07c6cf3ccd74dca72fc33ef249bfd9d4b4 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 17 Jun 2009 06:20:58 +0000 Subject: [PATCH] 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 --- core/control/RequestHandler.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/control/RequestHandler.php b/core/control/RequestHandler.php index 95ed4c8b3..3549b8119 100644 --- a/core/control/RequestHandler.php +++ b/core/control/RequestHandler.php @@ -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();