For consistency of the interface, don't do expensive checks on page view.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 14 Jul 2012 19:30:49 +0000 (21:30 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 14 Jul 2012 19:30:49 +0000 (21:30 +0200)
commit22f10ef350b2d5cae6a4a0459acbaee5c28d098f
tree7e00bc4da7e1652a73c2e7f1cc32c35f1060a944
parent1aac87e9f1b5b4637d18834d463f1c239343cf3c
For consistency of the interface, don't do expensive checks on page view.

Also replaced two $this->getUser() calls with $user since that variable is
already in that method.

Change-Id: Iccda9f44a9cf6d3187895a8b6111bc62dca1e811
includes/actions/HistoryAction.php