diff --git a/code/forms/FileList.php b/code/forms/FileList.php deleted file mode 100644 index dae3a0d5..00000000 --- a/code/forms/FileList.php +++ /dev/null @@ -1,20 +0,0 @@ -folder = $folder; - parent::__construct($name, "File", array("Title" => "Title", "LinkedURL" => "URL"), "", "Title"); - $this->Markable = true; - } - - public function sourceItems() { - return DataObject::get("File", "\"ParentID\" = '" . $this->folder->ID . "' AND \"ClassName\" <> 'Folder'", '"Title"'); - } -} -