Index: trunk/phase3/maintenance/dumpLinks.php |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | $lastPage = $row->page_id; |
63 | 63 | } |
64 | 64 | $link = Title::makeTitle( $row->pl_namespace, $row->pl_title ); |
65 | | - $this-output( " " . $link->getPrefixedUrl() ); |
| 65 | + $this->output( " " . $link->getPrefixedUrl() ); |
66 | 66 | } |
67 | 67 | if( isset( $lastPage ) ) |
68 | 68 | $this->output( "\n" ); |