Problem/Motivation
Logs report
Notice: Undefined variable: variable in cookiebot_variable_info() (line 340 of /var/www/html/public/sites/all/modules/contrib/cookiebot/cookiebot.module).
Steps to reproduce
Enable the module, check the logs
Proposed resolution
cookiebot_variable_info declares $variables but returns $variable
Check: https://git.drupalcode.org/project/cookiebot/-/blob/7.x-1.x/cookiebot.mo... and phpstorm error in screenshot

Remaining tasks
Review patch
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | undefined_variable.png | 115.57 KB | bserem |
| #2 | cookiebot-7.x-undefined-variable-3316540-1.patch | 268 bytes | bserem |
Comments
Comment #2
bserem commentedPlease review attached patch
Comment #3
bserem commentedComment #4
bramdriesenLooks good to me :) good catch!
Comment #6
bramdriesen