Skip to content

Commit

Permalink
Added redirects-admin permission
Browse files Browse the repository at this point in the history
  • Loading branch information
apeisa committed Apr 9, 2013
1 parent 5c9b5c6 commit 59c9504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ProcessRedirects.module
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ class ProcessRedirects extends Process {
'version' => 100,
'permanent' => false,
'autoload' => true,
'singular' => true
'singular' => true,
'permission' => 'redirects-admin'
);
}

Expand Down

0 comments on commit 59c9504

Please sign in to comment.