Index: trunk/phase3/includes/api/ApiQueryBacklinks.php |
— | — | @@ -248,9 +248,9 @@ |
249 | 249 | // We've reached the one extra which shows that there are additional pages to be had. Stop here... |
250 | 250 | // We need to keep the parent page of this redir in |
251 | 251 | 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}]; |
253 | 253 | } else { |
254 | | - $parentID = $this->pageMap[NS_IMAGE][$row-> { $this->bl_title } ]; |
| 254 | + $parentID = $this->pageMap[NS_IMAGE][$row->{$this->bl_title}]; |
255 | 255 | } |
256 | 256 | $this->continueStr = $this->getContinueRedirStr( $parentID, $row->page_id ); |
257 | 257 | break; |