X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FStubObject.php;h=49155d6d996b75fda6b9caf16992f5cbb96aa0bd;hp=2dfcdc2f497b45f84718913dfc16ceb02fd84ab5;hb=a2ea9f8b9289f197844e3282c2ac39e59c549996;hpb=eca35903a2390bf7eb503fa0ede6a76ce556dc55 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 ); } /**