Handle multiple warnings correctly in ApiBase::setWarning(). Calling this function...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 20 May 2008 19:43:50 +0000 (19:43 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 20 May 2008 19:43:50 +0000 (19:43 +0000)
commit000f346c1b541bd8643d901990a69b6a66847d1e
tree09426d9cf929b67e9c609eb4c47e33edd17bafc9
parent119ca6e2ed71284291fc0c6eed033083f8b096b0
Handle multiple warnings correctly in ApiBase::setWarning(). Calling this function twice from the same module used to throw a fatal error.
includes/api/ApiBase.php