API:
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 15 Jan 2008 20:21:16 +0000 (20:21 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 15 Jan 2008 20:21:16 +0000 (20:21 +0000)
commit01a238646870d6ac2230cfcb6780d499753237ff
tree173584164e211c2df4acd142b9bf046a92b7e89d
parent763d059ec020cfa31bf7a1efa9e4b8b2c654c36e
API:
* Introducing ApiBase::dieUsageMsg() function which outputs the error associated with a certain message key
* Updating rollback module to use dieUsageMsg(). Other modules will follow.
includes/api/ApiBase.php
includes/api/ApiRollback.php