X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStubObject.php;h=49155d6d996b75fda6b9caf16992f5cbb96aa0bd;hb=4db800ee441d51a36861d02a54476c9ded26b0f7;hp=2dfcdc2f497b45f84718913dfc16ceb02fd84ab5;hpb=b9e0a89536c0ba9332dbf9aaf015b3aaaf1d41a8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/StubObject.php b/includes/StubObject.php index 2dfcdc2f49..49155d6d99 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -194,7 +194,7 @@ class StubUserLang extends StubObject { public function findVariantLink( &$link, &$nt, $ignoreOtherCond = false ) { global $wgLang; $this->_unstub( 'findVariantLink', 3 ); - return $wgLang->findVariantLink( $link, $nt, $ignoreOtherCond ); + $wgLang->findVariantLink( $link, $nt, $ignoreOtherCond ); } /**