Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1356 → Rev 1343

/branches/v5.8-seynes/metier/api_0.1/Textes.php
37,8 → 37,7
$tpl = Config::get('texteTpl');
$params = array('id' => $this->id, 'txtFormat' => $this->format);
}
$url = $this->formaterUrl($tpl, $params);
return $this->chargerDonnees($url);
return $this->chargerDonnees($this->formaterUrl($tpl, $params));
}
public function getPageUrl() {