diff --git a/lib/nodelistparser.php b/lib/nodelistparser.php index eacd68b..1ac610c 100644 --- a/lib/nodelistparser.php +++ b/lib/nodelistparser.php @@ -466,7 +466,7 @@ private function _parseList() { // found something $parsedSources[] = $url; - break; + // don't break here to enable more than one active map } } else @@ -781,7 +781,7 @@ private function _getFromFfmap($comName, $comUrl) if(in_array($comUrl, $this->_urlBlackList)) { $this->_addCommunityMessage($comUrl.' is blacklisted - skipping'); - return false; + return false; } $result = simpleCachedCurl($comUrl, $this->_curlCacheTime, $this->_debug);