X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fuser%2FLocalIdLookup.php;h=c0f9c05490010f464c626b0715eb48dcb892f7c8;hb=995449ef039b769a613ddf3731ece1e4c20d358c;hp=04c5b905ab92bb09ab8e58c3942ddee42eee14d8;hpb=82a861c5bf032acd1cd3e582efd482afa8e760ab;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/user/LocalIdLookup.php b/includes/user/LocalIdLookup.php index 04c5b905ab..c0f9c05490 100644 --- a/includes/user/LocalIdLookup.php +++ b/includes/user/LocalIdLookup.php @@ -28,6 +28,7 @@ * $wgSharedDB and $wgSharedTables set, and that all wikis involved in the * sharing are listed in $wgLocalDatabases, and that no wikis not involved in * the sharing are listed in $wgLocalDatabases. + * @since 1.27 */ class LocalIdLookup extends CentralIdLookup { @@ -40,7 +41,7 @@ class LocalIdLookup extends CentralIdLookup { } // Easy case, we're checking locally - if ( $wikiId === null || $wikiId === wfWikiId() ) { + if ( $wikiId === null || $wikiId === wfWikiID() ) { return true; }