mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
dfc1598de0
commit
1168bf07c6
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user