MessageCache: Don't get a ParserOptions for $wgUser before the end of Setup.php
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 29 Jan 2016 19:30:25 +0000 (14:30 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Fri, 29 Jan 2016 19:30:25 +0000 (14:30 -0500)
commit058aec4c76129b7ee8541692a8a48f8046e15bb6
treeb36539d61e6915ebfa95679575cd61310fab6a9a
parent2dd27a82575a30b22ac7461ffd04c8337a15ac0a
MessageCache: Don't get a ParserOptions for $wgUser before the end of Setup.php

Until Setup.php completes, we can't access the "current" user and trying
to do so logs a warning. So don't try.

Bug: T124367
Change-Id: If31230407829c04f34d9cfefcbb97edacb949b6d
includes/cache/MessageCache.php