From 36dfed548da4cc1a6aaf5e4aea1ecbe2b4bd561f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 15 Jun 2018 16:30:41 -0700 Subject: [PATCH] (dev/core#174) Remove reference to unused `modulePaths` The cache-clear operation removes this setting, but the setting does not really exist today. (Simply grep universe for `modulePaths` to see this.) If you dig up the JIRA reference, it talks about the internals of v4.2. There's been a lot of change in how this stuff works since v4.2. --- CRM/Core/Config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index 349c672b83..3343d27350 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -356,7 +356,6 @@ class CRM_Core_Config extends CRM_Core_Config_MagicMerge { 'TRUNCATE TABLE civicrm_group_contact_cache', 'TRUNCATE TABLE civicrm_menu', 'UPDATE civicrm_setting SET value = NULL WHERE name="navigation" AND contact_id IS NOT NULL', - 'DELETE FROM civicrm_setting WHERE name="modulePaths"', // CRM-10543 ); foreach ($queries as $query) { -- 2.25.1