Index: trunk/phase3/includes/parser/ParserOptions.php |
— | — | @@ -183,6 +183,7 @@ |
184 | 184 | $this->mExternalLinkTarget = $wgExternalLinkTarget; |
185 | 185 | $this->mMath = $user->getOption( 'math' ); |
186 | 186 | $this->mUserLang = $wgLang->getCode(); |
| 187 | + $this->mThumbSize = $user->getOption( 'thumbsize' ); |
187 | 188 | |
188 | 189 | $this->mIsPreview = false; |
189 | 190 | $this->mIsSectionPreview = false; |