summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-22 13:20:24 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-22 13:20:24 +0100
commit196177a0ca3fc0103d359eec44f46173be685413 (patch)
treef721b656d64e240050980420202873e94f6e9edc /bl/feedbl.php
parent7a579b42fa731b65db26bd0c026bc68f2339c451 (diff)
removed mapper parent class and use the new mapper methods from the framework
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);