fixe access mybookmarks block fixe
This commit is contained in:
parent
91c826322e
commit
c3c0c71945
@ -13,16 +13,10 @@
|
|||||||
*/
|
*/
|
||||||
function materio_flag_permission() {
|
function materio_flag_permission() {
|
||||||
return array(
|
return array(
|
||||||
/*
|
'access mybookmarks block' => array(
|
||||||
*'administer my module' => array(
|
'title' => t('Show my bookmarks block'),
|
||||||
* 'title' => t('Administer my module'),
|
'description' => t('access own bookmarks block'),
|
||||||
* 'description' => t('Perform administration tasks for my module.'),
|
),
|
||||||
*),
|
|
||||||
*/
|
|
||||||
// 'access mybookmarks block' => array(
|
|
||||||
// 'title' => t('Show my bookmarks block'),
|
|
||||||
// 'description' => t('access own bookmarks block'),
|
|
||||||
// ),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -127,7 +127,6 @@ function materio_flag_createlist_form($type){
|
|||||||
}else{
|
}else{
|
||||||
drupal_json_output($rep);
|
drupal_json_output($rep);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user