r25498 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25497‎ | r25498 | r25499 >
Date:18:27, 4 September 2007
Author:catrope
Status:old
Tags:
Comment:
apiedit: Fixing very stupid typo
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_d' => 'page_id'
 2134+ 'ar_page_id' => 'page_id'
21352135 ), array(
21362136 'page_id' => $id,
21372137 'page_id = rev_page'

Status & tagging log