guyasyou / Pure-Cookies-Notice

Cookies Notice allows once to notify users of anything, including the use of cookies (The Cookie Law Explained). Package for CMS Concrete5
https://www.concrete5.org/marketplace/addons/cookies-notice/
Other
1 stars 1 forks source link

Avoid accessing undefined variables #4

Closed mlocati closed 5 years ago

mlocati commented 5 years ago

When adding a new Cookies Notice block, the PHP code uses undefined variables (you can see it by enabling the Consider warnings as errors option in the /dashboard/system/environment/debug dashboard page.

Let's avoid this.