aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-12-03 21:19:28 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-12-03 21:19:28 +0100
commit250c75de2a28d5bd7b724fd170e75e5910c79ddc (patch)
tree7ea1aaf81fef4d7b6ba1a6ba809732f7ddfd0466 /app/controllers/configureController.php
parent65dfc39af79465c5faca61902d1921a14e2901a8 (diff)
Correction design (issue #6), début correction bug #16 (à voir où ça en est)
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index d86cda14c..721ff1e95 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -9,6 +9,8 @@ class configureController extends ActionController {
);
}
}
+
+ public function indexAction () { }
public function categorizeAction () {
$catDAO = new CategoryDAO ();