MINOR Explicitly allowing 'index' action in LeftAndMain and subclasses, due to api change in RequestHandler logic for $allowed_actions

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@86003 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-09-10 01:38:29 +00:00
parent 61776f1e74
commit a1a3b355d0

View File

@ -37,6 +37,7 @@ class LeftAndMain extends Controller {
static $ForceReload;
static $allowed_actions = array(
'index',
'ajaxupdateparent',
'ajaxupdatesort',
'callPageMethod',