X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finterwiki%2FInterwiki.php;h=657849adab1d8e69e832998e14e2bdbf5d9d4b18;hp=215682057801ca4a703bb6be60cdce590caed70d;hb=478a58f63101f2b47d18a618296b5e7970fa3f24;hpb=52ba4e60846b7c47d7b460beee82654346c41093 diff --git a/includes/interwiki/Interwiki.php b/includes/interwiki/Interwiki.php index 2156820578..657849adab 100644 --- a/includes/interwiki/Interwiki.php +++ b/includes/interwiki/Interwiki.php @@ -32,11 +32,11 @@ class Interwiki { /** @var string The URL of the wiki, with "$1" as a placeholder for an article name. */ protected $mURL; - /** @var string The URL of the file api.php */ + /** @var string The URL of the file api.php */ protected $mAPI; /** @var string The name of the database (for a connection to be established - * with wfGetLB( 'wikiid' )) + * with LBFactory::getMainLB( 'wikiid' )) */ protected $mWikiID;