Fix for r71961 (moved SpecialPage constructor from named to __construct()). Intercept...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 10 Dec 2010 15:15:16 +0000 (15:15 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 10 Dec 2010 15:15:16 +0000 (15:15 +0000)
commit62d9f172badc3f8ac67b5d7e19e54a4edb9606ba
treedb25f81ec656144842f29bc60561e5b8bcd99f86
parent75393882f7497e1e5066cb256314a00e75ca33fc
Fix for r71961 (moved SpecialPage constructor from named to __construct()). Intercept calls to parent::SpecialPage() with __call() so we don't break people still using the old constructor.
includes/SpecialPage.php
includes/specials/SpecialActiveusers.php