From cfef7c980b8a5bcfa93fd80df324921179660c90 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 2 Aug 2009 21:31:23 +0000 Subject: [PATCH] Missing > --- maintenance/dumpLinks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/dumpLinks.php b/maintenance/dumpLinks.php index a3e2bd1cf2..83ee6656c0 100644 --- a/maintenance/dumpLinks.php +++ b/maintenance/dumpLinks.php @@ -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" ); -- 2.20.1