Skip to content
Snippets Groups Projects
Commit 3770aee3 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#824102 by cwgordon7: provide access callback for contrib token implementations too

parent 1de50b03
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ function trigger_menu() {
'title' => $nice_name,
'page callback' => 'trigger_assign',
'page arguments' => array($module),
'access callback' => 'trigger_access_check',
'access arguments' => array($module),
'type' => MENU_LOCAL_TASK,
'file' => 'trigger.admin.inc',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment