blackhole

add component security to GroupsController.
pull/63/head
noud 2012-10-23 15:00:48 +02:00
parent 1b570b9183
commit cb677105b1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class GroupsController extends AppController {
'Actions' => array('actionPath' => 'controllers/Groups')
)
),
'Security',
'Session'
);