Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 803 → Rev 804

/trunk/jrest/services/Cel.php
250,7 → 250,7
}
protected function initialiserDao($url_services_distant) {
if (is_null($this->dao)) {
if (!isset($this->dao)) {
$this->dao = new CelDao($url_services_distant);
} else {
$this->dao->url_jrest = $url_services_distant;