Merge branch 4.6 into master
[civicrm-core.git] / CRM / Admin / Form / Tag.php
index d21513b0c844228f8e984ac3141b6bfd01818c63..3c313e5c211a191d24ba62157c0e26f744684a07 100644 (file)
 class CRM_Admin_Form_Tag extends CRM_Admin_Form {
   protected $_isTagSet;
 
+  /**
+   * Explicitly declare the entity api name.
+   */
+  public function getDefaultEntity() {
+    return 'Tag';
+  }
+
   /**
    * Build the form object.
    *