TYPO3-Caretaker / caretaker_instance

TYPO3 extension caretaker_instance
GNU General Public License v2.0
14 stars 23 forks source link

Fix version retrieval for TYPO3 6.0 #7

Closed githubnemo closed 10 years ago

githubnemo commented 11 years ago

There is no cache_extensions table in 6.0 anymore, so querying this table for the extension version will fail in every case.

For TYPO3 6.0, the ExtensionRepository is used to query the version.