This website works better with JavaScript.
Home
Help
Sign In
phoe
/
Teknik
forked from
Teknikode/Teknik
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Added error message for invalid user in blog rss
tags/2.0.6
Teknikode
4 years ago
parent
e9a40eefe8
commit
9c6969e529
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
Teknik/Areas/RSS/Controllers/RSSController.cs
+ 2
- 0
Teknik/Areas/RSS/Controllers/RSSController.cs
View File
@@ -68,7 +68,9 @@ namespace Teknik.Areas.RSS.Controllers
}
else
{
SyndicationFeed badUserFeed = new SyndicationFeed("No Blog Available", "The specified user does not exist", new Uri(blogUrl));
return new RssResult(badUserFeed);
}
}
Write
Preview
Loading…
Cancel
Save