X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFeed.php;h=600b136d861feeb13de278326519bb55f3e9eb2f;hb=4764cd389ec151274caaf5f0414cc1d916185624;hp=9be3f577cba3ae5f4f42ec091f0785cc3cae8749;hpb=e6621cdd5a409bf9f6d0ee72eeda7f05e3591958;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Feed.php b/includes/Feed.php index 9be3f577cb..600b136d86 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -92,7 +92,7 @@ class FeedItem { */ public function getUniqueId() { if ( $this->uniqueId ) { - return $this->xmlEncode( $this->uniqueId ); + return $this->xmlEncode( wfExpandUrl( $this->uniqueId, PROTO_CURRENT ) ); } }