From: Tim Starling Date: Sat, 6 Mar 2004 01:55:08 +0000 (+0000) Subject: * using new Title::getURL() X-Git-Tag: 1.3.0beta1~864 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=f6c1e980018c6a2224c363a7a75efd2c0bb37550;p=lhc%2Fweb%2Fwiklou.git * using new Title::getURL() --- 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;