Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1357 → Rev 1356

/trunk/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() {