Follow up r70653. Missing line.
authorPlatonides <platonides@users.mediawiki.org>
Mon, 9 Aug 2010 20:39:48 +0000 (20:39 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 9 Aug 2010 20:39:48 +0000 (20:39 +0000)
includes/parser/ParserOptions.php

index 533096c..9b1b9e5 100644 (file)
@@ -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;