Use Status::getWikiText() instead of getErrorsArray() in Article::doDelete()
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 22 Aug 2012 18:42:27 +0000 (20:42 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 22 Aug 2012 18:42:27 +0000 (20:42 +0200)
commit900383ae18446960f9545d558963add95bdfced4
tree2ed0467d8eb7a210c134be98fc9412c3e0aa3cab
parentbe7d3feab2f5681eeec6787ef80ff73cfb9f7506
Use Status::getWikiText() instead of getErrorsArray() in Article::doDelete()

So that the usage of the Status class is more consistent with other places.

Change-Id: I8f7944905df7bc241b21f014d8544486ea012f6b
includes/Article.php