diff --git a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php index c3e7af66677..2eb97a8631a 100644 --- a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php +++ b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php @@ -18,11 +18,11 @@ */ /** - * \file htdocs/contact/canvas/default/actions_adherentcard_default.class.php - * \ingroup thirdparty + * \file htdocs/adherents/canvas/default/actions_adherentcard_default.class.php + * \ingroup member * \brief Fichier de la classe Thirdparty adherent card controller (default canvas) */ -include_once DOL_DOCUMENT_ROOT.'/adherent/canvas/actions_adherentcard_common.class.php'; +include_once DOL_DOCUMENT_ROOT.'/adherents/canvas/actions_adherentcard_common.class.php'; /** * \class ActionsAdherentCardDefault diff --git a/htdocs/core/class/rssparser.class.php b/htdocs/core/class/rssparser.class.php index a9e3863656a..689d73e2799 100755 --- a/htdocs/core/class/rssparser.class.php +++ b/htdocs/core/class/rssparser.class.php @@ -235,6 +235,7 @@ class RssParser //var_dump($opts);exit; $context = stream_context_create($opts); + // FIXME avoid error if no connection $str = file_get_contents($this->_urlRSS, false, $context); } catch (Exception $e) {