Index: typo3/mod/tools/em/class.em_index.php =================================================================== --- typo3/mod/tools/em/class.em_index.php (Revision 7636) +++ typo3/mod/tools/em/class.em_index.php (Arbeitskopie) @@ -976,7 +976,7 @@ $content=''; $lines=array(); if (count($this->inst_keys)) { - foreach ($extEkeys as $extKey => $value) { + foreach ($this->inst_keys as $extKey => $value) { $this->xmlhandler->searchExtensionsXMLExact($extKey, '', '', true); if((strlen($this->listRemote_search) && !stristr($extKey,$this->listRemote_search)) || isset($this->xmlhandler->extensionsXML[$extKey])) continue;