Project

General

Profile

Bug #39335 ยป indexed_search-isTableUsed.diff

patch for indexed_search for 4.7.4 - Falko Trojahn, 2012-08-27 16:35

View differences:

typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php 2012-08-27 15:15:05.000000000 +0200
* @return boolean TRUE if given tables are enabled
*/
protected function isTableUsed($table_list) {
return tx_indexedsearch_indexer::isTableUsed($table_list);
return tx_indexedsearch_util::isTableUsed($table_list);
}
/**
    (1-1/1)