Fix incorrect function call scope in Title.php
authorwithoutaname <drevitchi@gmail.com>
Wed, 16 Jul 2014 22:17:47 +0000 (15:17 -0700)
committerwithoutaname <drevitchi@gmail.com>
Wed, 16 Jul 2014 22:17:47 +0000 (15:17 -0700)
commitc62d2aa55542864f2b70063230af11126bdacf3a
tree0d4bc464e17ea468e60aec40519b20378e59badf
parenta4aaac4f80f56c5ed881be423bae96615b4d2249
Fix incorrect function call scope in Title.php

Calls to getTitleParser() and getTitleFormatter() were using $this->
but the functions were declared static.

Change-Id: If21be84c68725b2afe181229cb697b948d26d6c6
includes/Title.php