Make constant for test language in NodaWikidataFetcherTest public, allowing reuse
This commit is contained in:
@ -745,7 +745,7 @@ final class NodaWikidataFetcher {
|
||||
$languagesToFetch = $wikilinks = [];
|
||||
foreach ($checkagainstLanguage as $lang) {
|
||||
|
||||
if (empty($data['labels'][$lang])) {
|
||||
if (empty($data['labels']) || empty($data['labels'][$lang])) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user