Added normalizeSubpageLink() to DummyLinker. __call doesn't handle static function...
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 30 Jun 2011 18:38:32 +0000 (18:38 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 30 Jun 2011 18:38:32 +0000 (18:38 +0000)
commit5164d135f0f172ab3ace36849445e2ef858a4ec7
tree02d0177097dc9baf2a3e76005f8af59ea6e97b8d
parentf1cebbd5791b9077a5c8638bef9337edb0c4a660
Added normalizeSubpageLink() to DummyLinker. __call doesn't handle static function call attempts, __callStatic__ is PHP >= 5.3, and both clobber references anyway. Just added a wrapper function instead.
includes/Linker.php