From: Platonides Date: Mon, 9 Aug 2010 20:39:48 +0000 (+0000) Subject: Follow up r70653. Missing line. X-Git-Tag: 1.31.0-rc.0~35574 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=5001cf35836c0f11ea108563b7b51dfc21fa453a;p=lhc%2Fweb%2Fwiklou.git Follow up r70653. Missing line. --- diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index 533096c99b..9b1b9e5836 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -183,6 +183,7 @@ class ParserOptions { $this->mExternalLinkTarget = $wgExternalLinkTarget; $this->mMath = $user->getOption( 'math' ); $this->mUserLang = $wgLang->getCode(); + $this->mThumbSize = $user->getOption( 'thumbsize' ); $this->mIsPreview = false; $this->mIsSectionPreview = false;