CRM-20091 - Specify return params from getTree
[civicrm-core.git] / CRM / Custom / Form / CustomData.php
index 27b23d300736b5df116a00141dd139893a84adb3..83eaacb5c771a2d2312f4115deeccb0f96a4b47a 100644 (file)
@@ -163,7 +163,7 @@ class CRM_Custom_Form_CustomData {
     }
 
     $groupTree = CRM_Core_BAO_CustomGroup::getTree($form->_type,
-      $form,
+      NULL,
       $form->_entityId,
       $gid,
       $subType,