From 1555208635544563259742c794d63713ed8674ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Apr 2008 21:13:04 +0000 Subject: [PATCH] Add rss export in agenda module --- htdocs/actioncomm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/actioncomm.class.php b/htdocs/actioncomm.class.php index 78a989e32a3..e89c6341438 100644 --- a/htdocs/actioncomm.class.php +++ b/htdocs/actioncomm.class.php @@ -628,7 +628,7 @@ class ActionComm $event['category']=$obj->libelle; $event['author']=$obj->fk_user_author; $event['transparency']='TRANSPARENT'; // TRANSPARENT or OPAQUE - $url=$dolibarr_main_url_root.DOL_URL_ROOT; + $url=$dolibarr_main_url_root; if (! eregi('\/$',$url)) $url.='/'; $url.='comm/action/fiche.php?id='.$obj->id; $event['url']=$url;