Plugin Directory

Changeset 2404255


Ignore:
Timestamp:
10/21/2020 10:10:16 PM (5 years ago)
Author:
stremovsky
Message:

Fix bug with setting cookie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-gdpr/trunk/better-gdpr.php

    r2397296 r2404255  
    433433    old = old.trim();
    434434    if (old.length > 0 && old[old.length-1] !== ';') {
    435       old = old[old.length-1] + '; ';
     435      old = old + '; ';
    436436    }
    437437  } else {
Note: See TracChangeset for help on using the changeset viewer.