MINOR : add 'doAdd' as allowed_actions

This commit is contained in:
Normann Lou 2012-03-12 17:39:45 +13:00 committed by Ingo Schommer
parent 038bb1c9bb
commit f56e39e521

View File

@ -8,7 +8,8 @@ class CMSPageAddController extends CMSPageEditController {
static $required_permission_codes = 'CMS_ACCESS_CMSMain';
static $allowed_actions = array(
'AddForm'
'AddForm',
'doAdd',
);
/**