Cleanup r65183, fix ugly stylize.php formatting
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 3 Nov 2010 12:49:21 +0000 (12:49 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 3 Nov 2010 12:49:21 +0000 (12:49 +0000)
includes/api/ApiQueryBacklinks.php

index 5e6a283..eb2c9c0 100644 (file)
@@ -248,9 +248,9 @@ class ApiQueryBacklinks extends ApiQueryGeneratorBase {
                                        // We've reached the one extra which shows that there are additional pages to be had. Stop here...
                                        // We need to keep the parent page of this redir in
                                        if ( $this->hasNS ) {
-                                               $parentID = $this->pageMap[$row-> { $this->bl_ns } ][$row-> { $this->bl_title } ];
+                                               $parentID = $this->pageMap[$row->{$this->bl_ns}][$row->{$this->bl_title}];
                                        } else {
-                                               $parentID = $this->pageMap[NS_IMAGE][$row-> { $this->bl_title } ];
+                                               $parentID = $this->pageMap[NS_IMAGE][$row->{$this->bl_title}];
                                        }
                                        $this->continueStr = $this->getContinueRedirStr( $parentID, $row->page_id );
                                        break;