FeedItem: Use full URL with protocol for <id>/<guid> in Atom/RSS feeds
Bug: T89975 Change-Id: Ib84932b70aa8194b7bdabe7c90d7fdcc66054a1c
This commit is contained in:
parent
6ab33238a2
commit
5709ec0454
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue