ItSpiderman has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/354452 )
Change subject: [WIP] Fix for missing blog segment on Special:RSS_Feeder
......................................................................
[WIP] Fix for missing blog segment on Special:RSS_Feeder
On Special:RSS_Feeder there should be "Blog", this wasnt working because
wrong function is passed to registerFeed to create it
ERM: #6407
Needs cherry-picking to REL1_27 and REL1_23
Change-Id: I08d509bf2e98203bbe9271d2dcee78c94d1e9d79
---
M Blog/Blog.class.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions
refs/changes/52/354452/1
diff --git a/Blog/Blog.class.php b/Blog/Blog.class.php
index 197ec38..c13dc73 100644
--- a/Blog/Blog.class.php
+++ b/Blog/Blog.class.php
@@ -687,7 +687,7 @@
$this,
'buildRssNsBlog',
null,
- 'buildRssNsBlog'
+ 'buildLinksNs'
);
return true;
}
--
To view, visit https://gerrit.wikimedia.org/r/354452
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I08d509bf2e98203bbe9271d2dcee78c94d1e9d79
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: ItSpiderman <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits