X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FForm%2FTag.php;h=97a0a616d0734efce5738e844914721ffab29c45;hb=f9f40af3ba65d47c6710d450e989124d9b3e3b70;hp=f0399c196eb67bf63cbe6076019d266240dae8b7;hpb=a13f3d8c01e114b11c381b6ac3e64becae9380b1;p=civicrm-core.git diff --git a/CRM/Core/Form/Tag.php b/CRM/Core/Form/Tag.php index f0399c196e..97a0a616d0 100644 --- a/CRM/Core/Form/Tag.php +++ b/CRM/Core/Form/Tag.php @@ -61,7 +61,8 @@ class CRM_Core_Form_Tag { * @return void * @static */ - static function buildQuickForm(&$form, $parentNames, $entityTable, $entityId = NULL, $skipTagCreate = FALSE, + static function buildQuickForm( + &$form, $parentNames, $entityTable, $entityId = NULL, $skipTagCreate = FALSE, $skipEntityAction = FALSE, $tagsetElementName = NULL ) { $tagset = $form->_entityTagValues = array(); $form->assign("isTagset", FALSE);