fixe access mybookmarks block fixe

This commit is contained in:
Bachir Soussi Chiadmi 2013-11-03 16:11:14 +01:00
parent 91c826322e
commit c3c0c71945
2 changed files with 4 additions and 11 deletions

View File

@ -13,16 +13,10 @@
*/
function materio_flag_permission() {
return array(
/*
*'administer my module' => array(
* 'title' => t('Administer my module'),
* 'description' => t('Perform administration tasks for my module.'),
*),
*/
// 'access mybookmarks block' => array(
// 'title' => t('Show my bookmarks block'),
// 'description' => t('access own bookmarks block'),
// ),
'access mybookmarks block' => array(
'title' => t('Show my bookmarks block'),
'description' => t('access own bookmarks block'),
),
);
}

View File

@ -127,7 +127,6 @@ function materio_flag_createlist_form($type){
}else{
drupal_json_output($rep);
}
}
/**