Skip to content

Commit

Permalink
Remove unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox authored Dec 30, 2023
1 parent b7b6f93 commit 485d478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/front/gdpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public function initContent()
'psgdpr_front_controller' => Context::getContext()->link->getModuleLink('psgdpr', 'gdpr', $params, true),
'psgdpr_csv_controller' => Context::getContext()->link->getModuleLink('psgdpr', 'ExportCustomerData', array_merge(['type' => 'csv'], $params), true),
'psgdpr_pdf_controller' => Context::getContext()->link->getModuleLink('psgdpr', 'ExportCustomerData', array_merge(['type' => 'pdf'], $params), true),
'psgdpr_ps_version' => (bool) version_compare(_PS_VERSION_, '1.7', '>='),
'psgdpr_id_customer' => Context::getContext()->customer->id,
]);

Expand Down

0 comments on commit 485d478

Please sign in to comment.