Reverted change to place info requires in an array.
authorJohn Kirk <accounts@civifirst.com>
Thu, 24 Aug 2017 23:42:31 +0000 (23:42 +0000)
committerJohn Kirk <accounts@civifirst.com>
Mon, 9 Oct 2017 18:27:53 +0000 (18:27 +0000)
CRM/Extension/Manager.php

index 3306908dee943e6c438e8fb12e20bf319b15dbc1..013c9aa9a03bafd980a7d75718ef2cd240d3c510 100644 (file)
@@ -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());