Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 562 → Rev 563

/trunk/services/modules/0.1/nvjfl/NomsVernaculaires.php
75,7 → 75,7
private $config;
public function __construct() {
public function __construct($config) {
$this->config = is_null($config) ? Config::get('NomsVernaculaires') : $config;
}