summaryrefslogtreecommitdiffstats
path: root/bl/feedbl.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-12 12:25:58 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-12 12:25:58 +0200
commite8767f75116ff7ef2b7a349480151c9f66bbade0 (patch)
tree5879fe01fa8113a299daaba4d2c6cfa84769a104 /bl/feedbl.php
parente9eaa93826c75097d95d21a556e1b1aae6610bcd (diff)
implement clientside update requests, fix #27
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);
}