Fix regression from r36678: we can't use $this->dieUsageMsg() in a static method...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 29 Jun 2008 22:26:23 +0000 (22:26 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 29 Jun 2008 22:26:23 +0000 (22:26 +0000)
commit826bcef0faf712a94d57555b687c713b7e3d8e58
tree437b8101ea6516217e903110d3b036afa4bc0dc6
parente2e33b1e322c9de488190c3922c43da4ddcc26db
Fix regression from r36678: we can't use $this->dieUsageMsg() in a static method, so let's make ApiQueryBase::keyToTitle() and titleToKey() non-static.
includes/api/ApiQueryAllCategories.php
includes/api/ApiQueryAllLinks.php
includes/api/ApiQueryAllUsers.php
includes/api/ApiQueryAllimages.php
includes/api/ApiQueryAllpages.php
includes/api/ApiQueryBase.php