Use get_class( $this ) instead of __CLASS__ in RedirectSpecialPage::execute()
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 28 Mar 2013 07:42:10 +0000 (08:42 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 28 Mar 2013 07:42:10 +0000 (08:42 +0100)
commit1c5b203b105b0789ca83c2c0ebed7a8a06059622
treefffea800902645aaad6a30445faf8fd006c5a946
parentcb95e110f06586f23a73bf42ec595b40496ae51e
Use get_class( $this ) instead of __CLASS__ in RedirectSpecialPage::execute()

So that it returns the subclass name and not always "RedirectSpecialPage".

Change-Id: Ibee18bc75e423e8874f9254da7cec59839ba15af
includes/SpecialPage.php