regenerate propel model and change TlogDescrionationConfig

This commit is contained in:
Manuel Raynaud
2013-01-29 16:46:34 +01:00
parent 47ff2c0643
commit efe364dfc0
234 changed files with 19450 additions and 11391 deletions

View File

@@ -59,7 +59,7 @@ class TlogDestinationConfig
$config->setName($this->name);
$config->setValue($this->default);
$config->setHidden(1);
$config->setSecure(1);
$config->setSecured(1);
$config->save();
}