Fix: bad path
This commit is contained in:
parent
44ee8b8e38
commit
fc1cc95d08
@ -18,11 +18,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/contact/canvas/default/actions_adherentcard_default.class.php
|
* \file htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
|
||||||
* \ingroup thirdparty
|
* \ingroup member
|
||||||
* \brief Fichier de la classe Thirdparty adherent card controller (default canvas)
|
* \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
|
* \class ActionsAdherentCardDefault
|
||||||
|
|||||||
@ -235,6 +235,7 @@ class RssParser
|
|||||||
//var_dump($opts);exit;
|
//var_dump($opts);exit;
|
||||||
$context = stream_context_create($opts);
|
$context = stream_context_create($opts);
|
||||||
|
|
||||||
|
// FIXME avoid error if no connection
|
||||||
$str = file_get_contents($this->_urlRSS, false, $context);
|
$str = file_get_contents($this->_urlRSS, false, $context);
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user