Skip to content

Commit

Permalink
Merge pull request #12322 from totten/master-unused-modulepaths
Browse files Browse the repository at this point in the history
(dev/core#174) Remove reference to unused `modulePaths`
  • Loading branch information
eileenmcnaughton authored Jun 17, 2018
2 parents c57f412 + 36dfed5 commit 6680340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Core/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ public static function clearDBCache() {
'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) {
Expand Down

0 comments on commit 6680340

Please sign in to comment.