X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FTermForm.php;h=1eae95a0d4f3bfcd32440d1c505b74732a93c981;hb=refs%2Fheads%2Ft2;hp=6e307ca35a0156b6e71b14ce7162935e5033e6de;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/taxonomy/src/TermForm.php b/web/core/modules/taxonomy/src/TermForm.php index 6e307ca35..1eae95a0d 100644 --- a/web/core/modules/taxonomy/src/TermForm.php +++ b/web/core/modules/taxonomy/src/TermForm.php @@ -85,7 +85,7 @@ class TermForm extends ContentEntityForm { '#value' => $term->id(), ]; - return parent::form($form, $form_state, $term); + return parent::form($form, $form_state); } /**