From: Chris Burgess Date: Sun, 27 Mar 2016 20:43:28 +0000 (+1300) Subject: CRM-18301. Remove Drupal config tpl from Wordpress config generation. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c639c91db753e1df5ac671687ef25e8dd0def4e2;p=civicrm-core.git CRM-18301. Remove Drupal config tpl from Wordpress config generation. --- diff --git a/CRM/Core/CodeGen/Config.php b/CRM/Core/CodeGen/Config.php index 74c7a59fb2..90cb4151fc 100644 --- a/CRM/Core/CodeGen/Config.php +++ b/CRM/Core/CodeGen/Config.php @@ -73,7 +73,6 @@ class CRM_Core_CodeGen_Config extends CRM_Core_CodeGen_BaseTask { case 'wordpress': $candidates[] = "../../civicrm.config.php.wordpress"; $candidates[] = "../WordPress/civicrm.config.php.wordpress"; - $candidates[] = "../drupal/civicrm.config.php.drupal"; break; } foreach ($candidates as $candidate) {