r77141 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77140‎ | r77141 | r77142 >
Date:10:04, 23 November 2010
Author:ialex
Status:ok (Comments)
Tags:
Comment:
* (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/api/ApiDelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiDelete.php
@@ -146,7 +146,7 @@
147147 }
148148
149149 $error = '';
150 - if ( !wfRunHooks( 'ArticleDelete', array( &$article, &$wgUser, &$reason, $error ) ) ) {
 150+ if ( !wfRunHooks( 'ArticleDelete', array( &$article, &$wgUser, &$reason, &$error ) ) ) {
151151 return array( array( 'hookaborted', $error ) );
152152 }
153153
Index: trunk/phase3/RELEASE-NOTES
@@ -529,6 +529,7 @@
530530 $wgDisableCounters enabled
531531 * (bug 25987) prop=info&inprop=watched now also works for missing pages
532532 * (bug 26006) prop=langlinks now allows obtaining full URL
 533+* (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook
533534
534535 === Languages updated in 1.17 ===
535536

Follow-up revisions

RevisionCommit summaryAuthorDate
r771461.16wmf4: MFT r77141catrope12:05, 23 November 2010

Comments

#Comment by Reedy (talk | contribs)   11:39, 23 November 2010

Tagging 1.16wmf4, should probably poke Roan to get it synced live

Status & tagging log