861c861,863 < if(strlen($this->listRemote_search) && !stristr($extKey,$this->listRemote_search)) continue; --- > $this->xmlhandler->searchExtensionsXML($extKey, '', '', true); > // if (strlen(searchstring) > 0 and extention key is part of searchstring) or extention is in remote list then skip adding this line > if((strlen($this->listRemote_search) && !stristr($extKey,$this->listRemote_search)) || isset($this->xmlhandler->extensionsXML[$extKey])) continue;