From 1d64a29ef6e5cce63400e2e9d79efbec739b66b1 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 23 Feb 2023 16:43:30 -0800 Subject: [PATCH] ext/flexmailer - Update to civix v23.02.0 --- ext/flexmailer/flexmailer.civix.php | 14 -------------- ext/flexmailer/info.xml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/ext/flexmailer/flexmailer.civix.php b/ext/flexmailer/flexmailer.civix.php index 6a215af368..2905f48988 100644 --- a/ext/flexmailer/flexmailer.civix.php +++ b/ext/flexmailer/flexmailer.civix.php @@ -92,9 +92,6 @@ function _flexmailer_civix_civicrm_config($config = NULL) { $configured = TRUE; $extRoot = __DIR__ . DIRECTORY_SEPARATOR; - $extDir = $extRoot . 'templates'; - CRM_Core_Smarty::singleton()->addTemplateDir($extDir); - $include_path = $extRoot . PATH_SEPARATOR . get_include_path(); set_include_path($include_path); // Based on , this does not currently require mixin/polyfill.php. @@ -201,14 +198,3 @@ function _flexmailer_civix_fixNavigationMenuItems(&$nodes, &$maxNavID, $parentID } } } - -/** - * (Delegated) Implements hook_civicrm_entityTypes(). - * - * Find any *.entityType.php files, merge their content, and return. - * - * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_entityTypes - */ -function _flexmailer_civix_civicrm_entityTypes(&$entityTypes) { - $entityTypes = array_merge($entityTypes, []); -} diff --git a/ext/flexmailer/info.xml b/ext/flexmailer/info.xml index 3eeff3ca09..5051b511ce 100644 --- a/ext/flexmailer/info.xml +++ b/ext/flexmailer/info.xml @@ -37,6 +37,6 @@ CRM/Flexmailer - 22.12.1 + 23.02.0 -- 2.25.1