1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 21:59:15 +00:00

pref-feeds/add: properly handle rc=3

This commit is contained in:
Andrew Dolgov
2011-06-14 14:19:22 +04:00
parent c4904f2b5a
commit 11adc49e71

View File

@@ -1034,6 +1034,9 @@
case 2:
print_error(T_sprintf("Could not subscribe to <b>%s</b>.", $feed_url));
break;
case 3:
print_error(T_sprintf("No feeds found in <b>%s</b>.", $feed_url));
break;
case 0:
print_warning(T_sprintf("Already subscribed to <b>%s</b>.", $feed_url));
break;