From 6d9c53aaafd1768a63ee6aa722c8f6aa33688f1c Mon Sep 17 00:00:00 2001 From: Civiware Solutions Date: Thu, 28 Jun 2018 23:33:19 +0530 Subject: [PATCH] fixed syntax --- deleterelationshipperm.civix.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deleterelationshipperm.civix.php b/deleterelationshipperm.civix.php index 23a17f2..09de608 100644 --- a/deleterelationshipperm.civix.php +++ b/deleterelationshipperm.civix.php @@ -453,8 +453,6 @@ function _deleterelationshipperm_civix_civicrm_alterSettingsFolders(&$metaDataFo * * @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_entityTypes */ - function _deleterelationshipperm_civix_civicrm_entityTypes(&$entityTypes) { - $entityTypes = array_merge($entityTypes, array ( - )); + $entityTypes = array_merge($entityTypes, array()); }