From b5916b6c04cd7428cd188ed56545dbf985b6c18c Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 25 Oct 2012 22:24:54 +0200 Subject: mise en place du routage --- app/controllers/configureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/configureController.php') 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 (); -- cgit v1.2.3