Befox / cdav

Dolibarr module to access calendars and address book from CalDAV/CardDAV tools
GNU General Public License v3.0
47 stars 28 forks source link

Definition of constant CDAV_URI_KEY missing in cdavurls.php #37

Closed glu000 closed 1 year ago

glu000 commented 4 years ago

Hi,

i think the definition of CDAV_URI_KEY missing in cdavurls.php. Following line needs to be added after require $dir.'main.inc.php';

define ('CDAV_URI_KEY', $conf->global->CDAV_URI_KEY);

Do you accept PR in this repository? If yes, I can create one