Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1552 → Rev 1553

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