Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1144 → Rev 1145

/trunk/metier/api_0.1/Noms.php
29,8 → 29,7
}
 
public function getNom($nn) {
$url = $this->getUrlNom($nn);
return $this->chargerDonnees($url);
return $this->chargerDonnees($this->getUrlNom($nn));
}
 
/trunk/metier/api_0.1/MetaDonnees.php
21,6 → 21,7
 
public function getMetaDonnees() {
$url = $this->getUrlMetaDonnees();
// XXX: request ontologies
return $this->chargerDonnees($url);
}