Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 562 → Rev 563

/trunk/services/modules/0.1/coste/Textes.php
34,7 → 34,7
protected $masque = null;
protected $config;
public function __construct() {
public function __construct($config) {
$this->config = is_null($config) ? Config::get('Textes') : $config;
}