Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1553 → Rev 1552

/trunk/metier/api_0.1/Textes.php
45,7 → 45,6
$tpl = Config::get('texteTpl');
$params = array('masque' => $this->id);
$url = $this->formaterUrl($tpl, $params);
$url .= "?masque=".str_replace(" ", "_", $this->id);
return $this->chargerDonnees($url);
}