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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user