diff --git a/components/ILIAS/DataCollection/classes/Content/class.ilDclRecordListTableGUI.php b/components/ILIAS/DataCollection/classes/Content/class.ilDclRecordListTableGUI.php index 72b9a0cf7f46..0b8d9908f7ab 100755 --- a/components/ILIAS/DataCollection/classes/Content/class.ilDclRecordListTableGUI.php +++ b/components/ILIAS/DataCollection/classes/Content/class.ilDclRecordListTableGUI.php @@ -90,8 +90,6 @@ public function __construct( $this->setTopCommands(true); $this->setEnableHeader(true); $this->setShowRowsSelector(true); - $this->setShowTemplates(true); - $this->setEnableHeader(true); $this->setEnableTitle(true); $this->setTitle($table->getTitle()); $this->setDescription($this->tableview->getTitle());