Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 898 → Rev 899

/trunk/services/modules/0.1/commun/Aide.php
165,7 → 165,7
list($ress, $api) = explode(':', $ressApi);
$this->translitererRess($ress);
$url = Config::get('url_service').'/'.$ress;
$wikini = $this->url_wikini.'EfloreApi'.$api.$this->creerChaMot($ress);
$wikini = $this->url_wikini.'EfloreApi'.str_replace('.', '', $api).$this->creerChaMot($ress);
$url_service = Config::get('url_service').'/'.$ress;
$etat = array(
'service.nom' => $ress,