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:
318f234
)
Reverted change to place info requires in an array.
author
John Kirk
<accounts@civifirst.com>
Thu, 24 Aug 2017 23:42:31 +0000
(23:42 +0000)
committer
John Kirk
<accounts@civifirst.com>
Mon, 9 Oct 2017 18:27:53 +0000
(18:27 +0000)
CRM/Extension/Manager.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Extension/Manager.php
b/CRM/Extension/Manager.php
index 3306908dee943e6c438e8fb12e20bf319b15dbc1..013c9aa9a03bafd980a7d75718ef2cd240d3c510 100644
(file)
--- a/
CRM/Extension/Manager.php
+++ b/
CRM/Extension/Manager.php
@@
-614,7
+614,7
@@
class CRM_Extension_Manager {
}
elseif ($info && $info->requires) {
$sorter->add($key, $info->requires);
- $todoKeys = array_merge($todoKeys,
array($info->requires)
);
+ $todoKeys = array_merge($todoKeys,
$info->requires
);
}
else {
$sorter->add($key, array());