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));
}