Fix: bad path

This commit is contained in:
Regis Houssin 2012-10-03 08:54:21 +02:00
parent 44ee8b8e38
commit fc1cc95d08
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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) {