cleanup function and remove unused param
[civicrm-core.git] / CRM / Case / Form / CustomData.php
index 2d5c83ff3d5c9b4aaca94a11067bd8da05a7d69c..681eaf4afbc7ddf8c79fe3d2614b23f59e43e205 100644 (file)
@@ -99,7 +99,7 @@ class CRM_Case_Form_CustomData extends CRM_Core_Form {
     CRM_Core_BAO_CustomGroup::setDefaults($groupTree, $this->_defaults);
     $this->setDefaults($this->_defaults);
 
-    CRM_Core_BAO_CustomGroup::buildQuickForm($this, $groupTree, FALSE, 1);
+    CRM_Core_BAO_CustomGroup::buildQuickForm($this, $groupTree);
 
     //need to assign custom data type and subtype to the template
     $this->assign('entityID', $this->_entityID);