From 3a25a1fa5e8f3035d4aec7206b46c5385458852d Mon Sep 17 00:00:00 2001 From: Brandon Weigel Date: Mon, 26 Feb 2018 18:16:01 +0000 Subject: [PATCH] Make permissions work --- includes/orphaned_objects.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/includes/orphaned_objects.inc b/includes/orphaned_objects.inc index c4140170..545fafc1 100644 --- a/includes/orphaned_objects.inc +++ b/includes/orphaned_objects.inc @@ -5,18 +5,6 @@ * A list of orphaned Islandora objects. */ -/** - * Implements hook_permission(). - */ -function islandora_orphaned_objects_permission() { - return array( - 'manage orphaned objects' => array( - 'title' => t('Manage orphaned Islandora objects'), - 'description' => t('View a list of orphaned Islandora objects.'), - ), - ); -} - /** * Builds the management form for the Orphaned Objects module. *