Add check against empty source ID in references to controlled
vocabularies in wikidata fetcher
This commit is contained in:
parent
af13f747b7
commit
fba4706b67
|
@ -697,6 +697,7 @@ final class NodaWikidataFetcher {
|
||||||
|
|
||||||
foreach ($nodaLinks as $noda_source => $nodaId) {
|
foreach ($nodaLinks as $noda_source => $nodaId) {
|
||||||
|
|
||||||
|
if ($nodaId === null) continue;
|
||||||
if (!isset(self::URL_PREFIXES_PLACES_NODA_SOURCE[$noda_source])) {
|
if (!isset(self::URL_PREFIXES_PLACES_NODA_SOURCE[$noda_source])) {
|
||||||
throw new Exception("Unknown noda link: " . $noda_source);
|
throw new Exception("Unknown noda link: " . $noda_source);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user