diff --git a/htdocs/includes/modules/modTelephonie.class.php b/htdocs/includes/modules/modTelephonie.class.php index 49f02642a22..cd12f25f1ed 100644 --- a/htdocs/includes/modules/modTelephonie.class.php +++ b/htdocs/includes/modules/modTelephonie.class.php @@ -94,7 +94,7 @@ class modTelephonie extends DolibarrModules $this->dirs[2] = DOL_DATA_ROOT . "/telephonie/ligne/commande" ; $this->dirs[3] = DOL_DATA_ROOT . "/telephonie/logs" ; $this->dirs[4] = DOL_DATA_ROOT . "/telephonie/client" ; - $this->dirs[5] = DOL_DATA_ROOT . "/telephonie/client/rapports" ; + $this->dirs[5] = DOL_DATA_ROOT . "/telephonie/rapports" ; return $this->_init($sql);