Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamel Boukhateb committed Dec 20, 2018
2 parents 821796d + b47fefe commit 1f73124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion psgdpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function __construct()
// Settings
$this->name = 'psgdpr';
$this->tab = 'administration';
$this->version = '1.1.1';
$this->version = '1.1.2';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down
2 changes: 1 addition & 1 deletion upgrade/install-1.1.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

function upgrade_module_1_1_1($object)
{
$gdprCustomer = Congiguration::get('PSGDPR_ANONYMOUS_CUSTOMER');
$gdprCustomer = Configuration::get('PSGDPR_ANONYMOUS_CUSTOMER');

$query = 'SELECT email FROM `'._DB_PREFIX_.'customer` c WHERE id_customer = '.(int)$gdprCustomer;
$emailGdprCustomer = Db::getInstance()->getValue($query);
Expand Down

0 comments on commit 1f73124

Please sign in to comment.