From 643fa4624dd7ba2db1349f16131bf330aeee3387 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 9 Apr 2014 16:10:48 +0200 Subject: port to internal controller, some routes are still broken --- controller/feedcontroller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'controller/feedcontroller.php') diff --git a/controller/feedcontroller.php b/controller/feedcontroller.php index 76a582139..cfd4458a9 100644 --- a/controller/feedcontroller.php +++ b/controller/feedcontroller.php @@ -61,7 +61,7 @@ class FeedController extends Controller { /** * @NoAdminRequired */ - public function feeds(){ + public function index(){ $userId = $this->api->getUserId(); // this method is also used to update the interface @@ -249,7 +249,7 @@ class FeedController extends Controller { /** * @NoAdminRequired */ - public function importArticles() { + public function import() { $json = $this->params('json'); $userId = $this->api->getUserId(); -- cgit v1.2.3