This commit is contained in:
Regis Houssin
2006-05-29 14:13:08 +00:00
parent f333422018
commit c16b72e73f
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ class Livraison
if ($this->db->query($sql))
{
if ($conf->expedition->enable)
if ($conf->expedition->enabled)
{
$this->expedition = new Expedition($this->db);
$this->expedition->id = $this->expedition_id;