aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-14 18:04:45 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-14 18:04:45 +0100
commit6fc16ed8a307cb95ef9e60f2e3e781b4734cabfd (patch)
tree77274ba7ab1d25c3d74caafeeed76404f0490650 /app/controllers/configureController.php
parent87e07e66c97200445253070ed607a3a5bebad0ae (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-xapp/controllers/configureController.php2
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 ();