diff --git a/forms/TableListField.php b/forms/TableListField.php index b58cb7539..007250154 100755 --- a/forms/TableListField.php +++ b/forms/TableListField.php @@ -1374,6 +1374,8 @@ class TableListField_ItemRequest extends RequestHandler { function __construct($ctf, $itemID) { $this->ctf = $ctf; $this->itemID = $itemID; + + parent::__construct(); } function delete() {