summaryrefslogtreecommitdiffstats
path: root/external/feedapi.php
diff options
context:
space:
mode:
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);
}