fixed syntax

This commit is contained in:
CiviWare Solutions 2018-06-28 23:33:19 +05:30
parent b0befcd360
commit 6d9c53aaaf
1 changed files with 1 additions and 3 deletions

View File

@ -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());
}