diff options
| author | 2012-10-25 22:24:54 +0200 | |
|---|---|---|
| committer | 2012-10-25 22:24:54 +0200 | |
| commit | b5916b6c04cd7428cd188ed56545dbf985b6c18c (patch) | |
| tree | e92a812f47b675f4d788c828d5320e6aad21f144 /app/controllers/configureController.php | |
| parent | 3ff51a59ba97f3ef1df3c26df16d9a3ab5789843 (diff) | |
mise en place du routage
Diffstat (limited to 'app/controllers/configureController.php')
| -rwxr-xr-x | app/controllers/configureController.php | 2 |
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 (); |
