Merge "Make WikiPage::doDeleteArticle more robust"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 29 Aug 2016 23:28:12 +0000 (23:28 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 29 Aug 2016 23:28:12 +0000 (23:28 +0000)
1  2 
docs/hooks.txt
includes/page/WikiPage.php

diff --cc docs/hooks.txt
@@@ -596,9 -606,8 +596,9 @@@ $outputPage: OutputPage that can be use
  &$user: the user that deleted the article
  $reason: the reason the article was deleted
  $id: id of the article that was deleted
- $content: the Content of the deleted page
+ $content: the Content of the deleted page (or null, when deleting a broken page)
  $logEntry: the ManualLogEntry used to record the deletion
 +$archivedRevisionCount: the number of revisions archived during the deletion
  
  'ArticleEditUpdateNewTalk': Before updating user_newtalk when a user talk page
  was changed.
Simple merge