diff options
| author | 2013-03-14 18:04:45 +0100 | |
|---|---|---|
| committer | 2013-03-14 18:04:45 +0100 | |
| commit | 6fc16ed8a307cb95ef9e60f2e3e781b4734cabfd (patch) | |
| tree | 77274ba7ab1d25c3d74caafeeed76404f0490650 /app/controllers/configureController.php | |
| parent | 87e07e66c97200445253070ed607a3a5bebad0ae (diff) | |
Meilleur affichage page d'erreur + on n'affiche plus une catégorie si aucun flux n'en fait partie
Diffstat (limited to 'app/controllers/configureController.php')
| -rwxr-xr-x | app/controllers/configureController.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php index ebf59e2cd..9a42599a8 100755 --- a/app/controllers/configureController.php +++ b/app/controllers/configureController.php @@ -10,8 +10,6 @@ class configureController extends ActionController { } } - public function indexAction () { } - public function categorizeAction () { $catDAO = new CategoryDAO (); |
