Missing >
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 21:31:23 +0000 (21:31 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 2 Aug 2009 21:31:23 +0000 (21:31 +0000)
maintenance/dumpLinks.php

index a3e2bd1..83ee665 100644 (file)
@@ -61,7 +61,7 @@ class DumpLinks extends Maintenance {
                                $lastPage = $row->page_id;
                        }
                        $link = Title::makeTitle( $row->pl_namespace, $row->pl_title );
-                       $this-output( " " . $link->getPrefixedUrl() );
+                       $this->output( " " . $link->getPrefixedUrl() );
                }
                if( isset( $lastPage ) )
                        $this->output( "\n" );