Only call User::getSkin() when necessary.
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 11 Mar 2011 14:31:12 +0000 (14:31 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 11 Mar 2011 14:31:12 +0000 (14:31 +0000)
commit08861c5638ac46b021230ea7e26442450dcfac6f
tree240d863f4f8c9975996a86860a81fbeec29418e3
parentfa86cd606e8936fcf53b12619f496b8f6f503482
Only call User::getSkin() when necessary.

(With this, a parser cache hit on action=render may not load the skin at all)
includes/Article.php
includes/OutputPage.php