From 3d710f98708c1a5682aebd07b3dd32e44e31645f Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Wed, 23 Sep 2015 21:47:31 +0530 Subject: [PATCH] inlclude localization file --- distmaker/utils/joomlaxml.php | 1 + 1 file changed, 1 insertion(+) diff --git a/distmaker/utils/joomlaxml.php b/distmaker/utils/joomlaxml.php index 6a1f642f40..fad1ceb9f9 100644 --- a/distmaker/utils/joomlaxml.php +++ b/distmaker/utils/joomlaxml.php @@ -80,6 +80,7 @@ function generateJoomlaConfig($version) { require_once 'CRM/Core/Permission.php'; require_once 'CRM/Utils/String.php'; + require_once 'CRM/Core/I18n.php'; $permissions = CRM_Core_Permission::getCorePermissions(TRUE); $crmFolderDir = $sourceCheckoutDir . DIRECTORY_SEPARATOR . 'CRM'; -- 2.25.1