summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-06-14 14:19:22 +0400
committerAndrew Dolgov <[email protected]>2011-06-14 14:19:22 +0400
commit11adc49e719c87e79d9cc04c33b76351a4992a05 (patch)
treecbbe919ef0ffcaca766862c17f5bac4b28333d7c /modules
parentc4904f2b5a3b134d35592e08b12d788f97faa690 (diff)
pref-feeds/add: properly handle rc=3
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-feeds.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 0a1fed096..e16fa9b13 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -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;