r2622 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2621‎ | r2622 | r2623 >
Date:01:55, 6 March 2004
Author:timstarling
Status:old
Tags:
Comment:
* using new Title::getURL()
Modified paths:
  • /trunk/phase3/includes/QueryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/QueryPage.php
@@ -140,7 +140,7 @@
141141 return new FeedItem(
142142 $title->getText(),
143143 $this->feedItemDesc( $row ),
144 - wfFullUrl( $title->getUrl() ) ,
 144+ $title->getURL( "", false, true ) ,
145145 $date);
146146 } else {
147147 return NULL;

Status & tagging log