From 2f8cd177cf079be369f8da931d814c7ca814400a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 13 May 2010 16:20:01 +0000 Subject: [PATCH] Fix: uniformise name of directory and module name --- htdocs/includes/modules/modWebcalendar.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modWebcalendar.class.php b/htdocs/includes/modules/modWebcalendar.class.php index 07ec129ea55..bd456972170 100644 --- a/htdocs/includes/modules/modWebcalendar.class.php +++ b/htdocs/includes/modules/modWebcalendar.class.php @@ -114,7 +114,7 @@ class modWebcalendar extends DolibarrModules 'langs'=>'other', 'position'=>100, 'perms'=>'', - 'enabled'=>'$conf->webcalendar->enabled', + 'enabled'=>'$conf->webcal->enabled', 'target'=>'', 'user'=>0 );