Ich habe auch die Version 4.2.1
In der Datei /typo3/mod/tools/em/class.em_index.php habe ich an der Zeile 2976 z.B. folgendes stehen:
PHP-Code:
* @return array Array with two arrays, list array (all extensions with info) and category index
* @see getInstExtList()
*/
function getInstalledExtensions() {
$list = array();
$cat = $this->defaultCategories;