Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3124 → Rev 3125

/trunk/widget/modules/manager/Manager.php
103,6 → 103,7
if ($param != "") $url .= '?'.$param;
$json = $this->getDao()->consulter($url);
$retour['donnees']['widget'] = (array) json_decode($json, true);
$retour['donnees']['widgetUrlTpl'] = $this->config['manager']['widgetUrlTpl'];
return $retour;
}