I changed the following line (57) in eu_cookie_compliance.module
from
'popup_link' => $popup_settings['popup_link'],
to
'popup_link' => url($popup_settings['popup_link']),
So that node/79 (or whatever) gets nicely translated to yourwebsite.co/privacy-policy (or whatever)
Comments
Comment #1
Miszel commentedWhat if someone inputs an alias rather than a node/xxx url into the field?
Comment #2
code-brighton commentedShould still work, the drupal url() function just checks for an alias otherwise returns original string
Comment #3
dakku commentedpatched in 7 dev