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:
4d45147
)
Standalone: Towards Gencode support
author
demeritcowboy
<demeritcowboy@hotmail.com>
Mon, 13 Dec 2021 12:06:35 +0000
(07:06 -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 aa50e059577a81794bd8228a966167b73b0d0910..71703304254db58d380e502731d6888cc37d4737 100644
(file)
--- a/
CRM/Core/CodeGen/Config.php
+++ b/
CRM/Core/CodeGen/Config.php
@@
-16,6
+16,7
@@
class CRM_Core_CodeGen_Config extends CRM_Core_CodeGen_BaseTask {
'drupal8',
'joomla',
'wordpress',
+ 'standalone',
])) {
echo "Config file for '{$this->config->cms}' not known.";
exit();