Fix regression in r84638, causing ArticleDeleteComplete to be called twice on file...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 2 Jun 2011 15:42:23 +0000 (15:42 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 2 Jun 2011 15:42:23 +0000 (15:42 +0000)
commitab24b1f826b61ae0edd234c375bd72b2ac888732
treec222f89c89e3e382f386f9890b8a7e15afcaa781
parenteeb16a279ebe7154895b09ab977865083f3437f8
Fix regression in r84638, causing ArticleDeleteComplete to be called twice on file deletions. doDeleteArticle() already calls it, there's no need for FileDeleteForm::doDelete() to call it again
includes/FileDeleteForm.php