r75921 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75920‎ | r75921 | r75922 >
Date:12:49, 3 November 2010
Author:demon
Status:ok
Tags:
Comment:
Cleanup r65183, fix ugly stylize.php formatting
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryBacklinks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryBacklinks.php
@@ -248,9 +248,9 @@
249249 // We've reached the one extra which shows that there are additional pages to be had. Stop here...
250250 // We need to keep the parent page of this redir in
251251 if ( $this->hasNS ) {
252 - $parentID = $this->pageMap[$row-> { $this->bl_ns } ][$row-> { $this->bl_title } ];
 252+ $parentID = $this->pageMap[$row->{$this->bl_ns}][$row->{$this->bl_title}];
253253 } else {
254 - $parentID = $this->pageMap[NS_IMAGE][$row-> { $this->bl_title } ];
 254+ $parentID = $this->pageMap[NS_IMAGE][$row->{$this->bl_title}];
255255 }
256256 $this->continueStr = $this->getContinueRedirStr( $parentID, $row->page_id );
257257 break;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65183Stylize Api upto datereedy20:58, 17 April 2010

Status & tagging log