r25497 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25496‎ | r25497 | r25498 >
Date:18:23, 4 September 2007
Author:catrope
Status:old
Tags:
Comment:
apiedit: Small fix in Article::doDeleteArticle()
Modified paths:
  • /branches/apiedit/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: branches/apiedit/phase3/includes/Article.php
@@ -2130,7 +2130,7 @@
21312131 'ar_text' => '\'\'', // Be explicit to appease
21322132 'ar_flags' => '\'\'', // MySQL's "strict mode"...
21332133 'ar_len' => 'rev_len',
2134 - 'ar_page' => $id
 2134+ 'ar_page_d' => 'page_id'
21352135 ), array(
21362136 'page_id' => $id,
21372137 'page_id = rev_page'

Status & tagging log