From f6c1e980018c6a2224c363a7a75efd2c0bb37550 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 6 Mar 2004 01:55:08 +0000 Subject: [PATCH] * using new Title::getURL() --- includes/QueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index ca99df6d4d..5675773419 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -140,7 +140,7 @@ class QueryPage { return new FeedItem( $title->getText(), $this->feedItemDesc( $row ), - wfFullUrl( $title->getUrl() ) , + $title->getURL( "", false, true ) , $date); } else { return NULL; -- 2.20.1