Removed useless $title parameter to InfoAction::pageInfo()
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 7 Oct 2012 13:37:00 +0000 (15:37 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 9 Oct 2012 08:56:25 +0000 (10:56 +0200)
commit5fc20f89cbe774e33e754a40bfefa339f4402978
treef2436a7c7841f092bf35c49a6d15dc7dfa316466
parent22dd67ea3c9438d1e253d11d0a993a69e168a568
Removed useless $title parameter to InfoAction::pageInfo()

The $title variable is set to $this->getTitle() before its
first use in that method, so it's useless to pass it as parameter.

Also changed the call to exist() in InfoAction::onView() to use
the Page object instead of the Title object.

Change-Id: Ic07ee0ccccfd9cc3aabd497aebf7965136a2d3bd
includes/actions/InfoAction.php