summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 2d7df74e7..40cf23149 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -120,7 +120,7 @@ $this->create('news_feeds_move', '/feeds/{feedId}/move')->post()->action(
$this->create('news_feeds_read', '/feeds/{feedId}/read')->post()->action(
function($params){
- App::main('FeedController', 'read', $params, new DIContainer());
+ App::main('ItemController', 'readFeed', $params, new DIContainer());
}
);