From 493d232677e5b4eaafe15f053ca6a0e49e72462b Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 5 Jan 2012 13:54:42 +0000 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20plugins=20prefs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/configs/application.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/application/configs/application.ini b/application/configs/application.ini index 5e4bf8ed..9a74e8e2 100644 --- a/application/configs/application.ini +++ b/application/configs/application.ini @@ -10,7 +10,6 @@ resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" resources.frontController.params.displayExceptions = 0 autoloaderNamespaces[] = "Application_" resources.frontController.plugins.Auth = "Application_Controller_Plugin_Auth" -resources.frontController.plugins.Auth = "Application_Controller_Plugin_Prefs" resources.frontController.plugins.Comptage = "Application_Controller_Plugin_Comptage" resources.layout.layout = "main" resources.layout.layoutPath = APPLICATION_PATH "/views/default"