Jump to content

Edit History

Gigi76

Gigi76

thanks for taking the time

Gigi76

Gigi76

Hi NemoPS,

Janett gave me this solution and it works:

Open modules/psgdpr/psgdpr.php

Search

'ip' => long2ip($message['ip_address']),

Replace by

 'ip' => long2ip((int) $message['ip_address']),
×
×
  • Create New...