aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index 68fa0404a..a380e87c4 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -46,7 +46,7 @@ class configureController extends ActionController {
$this->view->categories = $catDAO->listCategories ();
}
- public function fluxAction () {
+ public function feedAction () {
$feedDAO = new FeedDAO ();
$this->view->feeds = $feedDAO->listFeeds ();