Skip to content
Snippets Groups Projects
Commit f29ac1fb authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: changement du chemin d'appel databases

parent a9bb9f89
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class Webcal {
$webcalname=eregi_replace('__dolibarr_main_db_name__',$dolibarr_main_db_name,$conf->webcal->db->name);
// On initie la connexion la base Webcalendar
require_once (DOL_DOCUMENT_ROOT ."/lib/".$webcaltype.".lib.php");
require_once (DOL_DOCUMENT_ROOT ."/lib/databases/".$webcaltype.".lib.php");
$this->localdb = new DoliDb($webcaltype,$webcalhost,$webcaluser,$webcalpass,$webcalname);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment