summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
diff options
context:
space:
mode:
Diffstat (limited to 'bl/feedbl.php')
-rw-r--r--bl/feedbl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/bl/feedbl.php b/bl/feedbl.php
index 0c0bbe9e0..b70d95342 100644
--- a/bl/feedbl.php
+++ b/bl/feedbl.php
@@ -146,7 +146,9 @@ class FeedBl extends Bl {
// failed updating is not really a problem, so only log it
$this->api->log('Can not update feed with url' . $existingFeed->getUrl() .
': Not found or bad source');
- }
+ }
+
+ return $this->mapper->find($feedId, $userId);
}