X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FTermForm.php;h=1eae95a0d4f3bfcd32440d1c505b74732a93c981;hp=6e307ca35a0156b6e71b14ce7162935e5033e6de;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 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); } /**