OutputPage: Don't get a ParserOptions for $wgUser before the end of Setup.php
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 3 Feb 2016 20:18:52 +0000 (15:18 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 8 Feb 2016 18:17:37 +0000 (13:17 -0500)
commitb435e659b5c9e666055e2282159b8606f6331b31
tree60508c42f062a9be0601784ec03767c1ed625bbd
parent35c38ce319563889ccd61f998223e61316a35f6a
OutputPage: 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: I1acc82760c368a24448f3c90e268b24414e43a30
includes/OutputPage.php