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:
d2763d6
)
Standalone: Towards Gencode support (findConfigTemplate, based on code by DaveD)
author
Mathieu Lutfy
<mathieu@symbiotic.coop>
Mon, 13 Dec 2021 12:07:17 +0000
(07:07 -0500)
committer
bgm
<bgm@bagdad.bidon.ca>
Fri, 24 Jun 2022 17:59:43 +0000
(13:59 -0400)
CRM/Core/CodeGen/Config.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/CodeGen/Config.php
b/CRM/Core/CodeGen/Config.php
index 71703304254db58d380e502731d6888cc37d4737..6f6f442f17ba4c167999c3fdc6669497b53e0b1c 100644
(file)
--- a/
CRM/Core/CodeGen/Config.php
+++ b/
CRM/Core/CodeGen/Config.php
@@
-65,6
+65,10
@@
class CRM_Core_CodeGen_Config extends CRM_Core_CodeGen_BaseTask {
$candidates[] = "../../../modules/civicrm-drupal/civicrm.config.php.drupal";
break;
+ case 'standalone':
+ $candidates[] = "../../../../civicrm.config.php.standalone";
+ break;
+
case 'wordpress':
$candidates[] = "../../civicrm.config.php.wordpress";
$candidates[] = "../WordPress/civicrm.config.php.wordpress";