Skip to content

Commit

Permalink
Fixed GDPR info text
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jan 20, 2024
1 parent d69998a commit a065499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upload/admin/controller/customer/gdpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ public function getList(): void {
'href' => $this->url->link('customer/gdpr', 'user_token=' . $this->session->data['user_token'], true)
];

$data['text_info'] = sprintf($this->language->get('text_info'), $this->config->get('config_gdpr_limit'));

// GDPR
$data['gdprs'] = [];

Expand Down

0 comments on commit a065499

Please sign in to comment.