Carlb added a comment.

  Perhaps the easiest solution would be to create one more LocalSettings.php 
variable, maybe $wgGlobalID = 'xymyproject' or something similar, and return 
that in the 'WikiID' field from the API if it's been set instead of reporting 
the internal WikiID() ?
  
  // add $wgGlobalID setting to LocalSettings.php to kludge-fix 
interwikidata.py issues where database name differs from GlobalID
  
    $wikiid = wfWikiID();
    if (isset($wgGlobalID))
            $wikiid=$wgGlobalID;
    $data['wikiid'] = $wikiid;
  
  // ...

TASK DETAIL
  https://phabricator.wikimedia.org/T221550

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Carlb
Cc: Carlb, Aklapper, alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, Sethakill, dg711, _jensen, rosalieper, Wikidata-bugs, 
aude, jayvdb, Anomie, Mbch331, Legoktm
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to