From 5001cf35836c0f11ea108563b7b51dfc21fa453a Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 9 Aug 2010 20:39:48 +0000 Subject: [PATCH] Follow up r70653. Missing line. --- includes/parser/ParserOptions.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1