Skip to content
Snippets Groups Projects
Commit 470bf4b2 authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

username_link should show user's name in feed too

parent 918a4468
No related branches found
No related tags found
No related merge requests found
......@@ -405,6 +405,7 @@ function rss_buildItems(&$rss, &$data, $opt) {
if($userInfo) {
switch($conf['showuseras']) {
case 'username':
case 'username_link':
$item->author = $userInfo['name'];
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment