Moving deletion hooks into doArticleDelete so that other code can sanely delete artic...
authorRyan Lane <laner@users.mediawiki.org>
Wed, 23 Mar 2011 21:54:59 +0000 (21:54 +0000)
committerRyan Lane <laner@users.mediawiki.org>
Wed, 23 Mar 2011 21:54:59 +0000 (21:54 +0000)
commit308203304d044933f470eb77f2ff4e4ef9fb2d62
tree103fb355a7355af148c878503b055df266dcf854
parent1ecbf96a58b8c3e503af8921a5eb004db2264b99
Moving deletion hooks into doArticleDelete so that other code can sanely delete articles. Fixed other core code that was wrapping the calls with hook calls.
includes/Article.php
includes/FileDeleteForm.php
includes/api/ApiDelete.php