Skip to content

Commit

Permalink
permission fix for inline editing
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Jun 2, 2015
1 parent 0d2a40f commit 7f70def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fuel/modules/fuel/config/fuel_modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
'default_col' => 'page_id',
'default_order' => 'asc',
'permission' => array(
'edit' => 'pages',
'create' => 'pages/create',
'edit' => 'pages/edit',
'publish' => 'pages/publish',
'delete' => 'pages/delete'
),
Expand Down

0 comments on commit 7f70def

Please sign in to comment.