OutputPage: Use $this->getUser()
authorFomafix <fomafix@googlemail.com>
Mon, 11 Mar 2019 16:50:46 +0000 (17:50 +0100)
committerFomafix <fomafix@googlemail.com>
Mon, 11 Mar 2019 16:51:33 +0000 (17:51 +0100)
commite0b5e4832c11e2ac4bdaa1c433539ba3b4ca89da
treee8f31d53dfff86954293d3a75bdc15d373779fea
parent1e1c24d12c94a90442de5af89df393d1042a246a
OutputPage: Use $this->getUser()

Use $this->getUser() instead of $this->getContext()->getUser().
ContextSource::getUser is a shortcut for $this->getContext()->getUser().

Change-Id: I7d19116b634500cd1a435bebe235c7562889f7bb
includes/OutputPage.php