function context_perm in Context 6.3
Implements hook_perm
File
- context_ui/
context_ui.module, line 280
Code
function context_perm() {
return array(
'context ajax block access',
);
}
Implements hook_perm
function context_perm() {
return array(
'context ajax block access',
);
}