MINOR: Remove deprecated getCsvQuery()

This commit is contained in:
Sam Minnee 2011-10-29 17:13:37 +13:00
parent a5a94b520f
commit 6a3aac25a7

View File

@ -973,8 +973,7 @@ JS
if(isset($this->customSourceItems)) {
$items = $this->customSourceItems;
} else {
$dataQuery = $this->getCsvQuery();
$items = $dataQuery->execute();
$items = $this->getCsvDataList();
}
// temporary override to adjust TableListField_Item behaviour