Browse Source

Remove quotes from permissions

pull/697/head
Brandon Weigel 7 years ago
parent
commit
5ecc9aab0a
  1. 2
      islandora.module

2
islandora.module

@ -632,7 +632,7 @@ function islandora_permission() {
'title' => t('Replace datastreams'),
'description' => t('Add new datastream content as latest version.'),
),
'ISLANDORA_MANAGE_ORPHANED_OBJECTS' => array(
ISLANDORA_MANAGE_ORPHANED_OBJECTS => array(
'title' => t('Manage orphaned Islandora objects'),
'description' => t('View a list of orphaned Islandora objects.'),
),

Loading…
Cancel
Save