aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-25 22:24:54 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-25 22:24:54 +0200
commitb5916b6c04cd7428cd188ed56545dbf985b6c18c (patch)
treee92a812f47b675f4d788c828d5320e6aad21f144 /app/controllers/configureController.php
parent3ff51a59ba97f3ef1df3c26df16d9a3ab5789843 (diff)
mise en place du routage
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 ();