Skip to content

Commit

Permalink
Fix: module still using deprecated dictionnaries
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Aug 20, 2014
1 parent 68aca6f commit 820ae82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/modules/modProductBatch.class.php
Expand Up @@ -78,13 +78,13 @@ function __construct($db)

$this->tabs = array();

// Dictionnaries
// Dictionaries
if (! isset($conf->productbatch->enabled))
{
$conf->productbatch=new stdClass();
$conf->productbatch->enabled=0;
}
$this->dictionnaries=array();
$this->dictionaries=array();

// Boxes
$this->boxes = array(); // List of boxes
Expand Down

0 comments on commit 820ae82

Please sign in to comment.