summaryrefslogtreecommitdiffstats
path: root/controller/feedcontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/feedcontroller.php')
-rw-r--r--controller/feedcontroller.php4
1 files changed, 2 insertions, 2 deletions
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();