Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / taxonomy / src / TermForm.php
index 6e307ca35a0156b6e71b14ce7162935e5033e6de..1eae95a0d4f3bfcd32440d1c505b74732a93c981 100644 (file)
@@ -85,7 +85,7 @@ class TermForm extends ContentEntityForm {
       '#value' => $term->id(),
     ];
 
-    return parent::form($form, $form_state, $term);
+    return parent::form($form, $form_state);
   }
 
   /**