summaryrefslogtreecommitdiffstats
path: root/external/feedapi.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-02 17:23:13 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-02 17:23:13 +0200
commitd7014ce74f0f94e5558a2c309f4c9c49a04c3255 (patch)
treed560ea3465f68edc942014f120ff17e2ce3074d5 /external/feedapi.php
parentd89931b22abdcfe2ab4c6f4feb3b889d15524277 (diff)
added small result wrapper
Diffstat (limited to 'external/feedapi.php')
-rw-r--r--external/feedapi.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/feedapi.php b/external/feedapi.php
index 7dfceccc8..6b888b52d 100644
--- a/external/feedapi.php
+++ b/external/feedapi.php
@@ -72,7 +72,7 @@ class FeedAPI extends Controller {
$this->itemBusinessLayer->getNewestItemId($userId);
} catch(BusinessLayerException $ex) {}
- return $result;
+ return new APIResult($result);
}