From 301d403887e0d42cff2652a6c8429513bbbefc83 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 16 Sep 2017 16:14:23 +0200 Subject: [PATCH] fixed contactops export bug --- .../all/modules/gui/materiobasemod/materio_contactops.module | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sites/all/modules/gui/materiobasemod/materio_contactops.module b/sites/all/modules/gui/materiobasemod/materio_contactops.module index deb5621f..be0dc7ee 100644 --- a/sites/all/modules/gui/materiobasemod/materio_contactops.module +++ b/sites/all/modules/gui/materiobasemod/materio_contactops.module @@ -17,9 +17,7 @@ function materio_contactops_permission() { 'access company export' => array( 'title' => t('access company export'), 'description' => t('access company export'), - ) - ); - $perms = array( + ), 'view own company related materials' => array( 'title' => t('view own company related materials'), 'description' => t('view own company related materials'),