diff options
| author | 2012-12-03 21:19:28 +0100 | |
|---|---|---|
| committer | 2012-12-03 21:19:28 +0100 | |
| commit | 250c75de2a28d5bd7b724fd170e75e5910c79ddc (patch) | |
| tree | 7ea1aaf81fef4d7b6ba1a6ba809732f7ddfd0466 /app/controllers/configureController.php | |
| parent | 65dfc39af79465c5faca61902d1921a14e2901a8 (diff) | |
Correction design (issue #6), début correction bug #16 (à voir où ça en est)
Diffstat (limited to 'app/controllers/configureController.php')
| -rwxr-xr-x | app/controllers/configureController.php | 2 |
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 (); |
