r77146 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77145‎ | r77146 | r77147 >
Date:12:05, 23 November 2010
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: MFT r77141
Modified paths:
  • /branches/wmf/1.16wmf4/includes/api/ApiDelete.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/api/ApiDelete.php
@@ -137,7 +137,7 @@
138138 }
139139
140140 $error = '';
141 - if ( !wfRunHooks( 'ArticleDelete', array( &$article, &$wgUser, &$reason, $error ) ) ) {
 141+ if ( !wfRunHooks( 'ArticleDelete', array( &$article, &$wgUser, &$reason, &$error ) ) ) {
142142 $this->dieUsageMsg( array( 'hookaborted', $error ) );
143143 }
144144

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77141* (bug 26075) ApiDelete.php now calls correctly ArticleDelete hookialex10:04, 23 November 2010

Status & tagging log