Use $this->getTitle() instead of $out->getTitle()
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 1 Nov 2012 13:51:12 +0000 (14:51 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 1 Nov 2012 13:51:12 +0000 (14:51 +0100)
commit0ebbce4d96136c2757f3f53e7302776055e1519b
tree1e8c559d2193b78bc7c618c63529fe3461fd98ca
parent3d6c6e0e81e797a88f7a9c22486bfc9a1b289fbf
Use $this->getTitle() instead of $out->getTitle()

This is for consistency with other calls to the same method in the class.

Change-Id: I1ecd401cc5862ccb53211fc0a0754a2ac3debb7b
includes/SkinTemplate.php