summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
diff options
context:
space:
mode:
Diffstat (limited to 'bl/feedbl.php')
-rw-r--r--bl/feedbl.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/bl/feedbl.php b/bl/feedbl.php
index 5e5ff4fa7..53a2e6061 100644
--- a/bl/feedbl.php
+++ b/bl/feedbl.php
@@ -55,7 +55,8 @@ class FeedBl extends Bl {
public function create($feedUrl, $folderId, $userId){
- // first try if its possible to reach the feed
+ // first try if the feed exists already
+
try {
list($feed, $items) = $this->feedFetcher->fetch($feedUrl);