projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d88821c
)
CRM-18301. Remove Drupal config tpl from Wordpress config generation.
author
Chris Burgess
<chris@giantrobot.co.nz>
Sun, 27 Mar 2016 20:43:28 +0000
(09:43 +1300)
committer
Chris Burgess
<chris@giantrobot.co.nz>
Sun, 27 Mar 2016 20:43:28 +0000
(09:43 +1300)
CRM/Core/CodeGen/Config.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/CodeGen/Config.php
b/CRM/Core/CodeGen/Config.php
index 74c7a59fb29b7d6cf7ec621ba1d4d6d7c0928eaa..90cb4151fcb7ea133054697533ce95e4afa27e0f 100644
(file)
--- 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) {