Update plugin.cookiebanner.php

Removes warning "Undefined array key in"
This commit is contained in:
Frank Hochmuth 2024-02-16 21:58:14 +01:00 committed by GitHub
parent 2003f71d89
commit d38c9715d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,9 +24,6 @@ function plugin_cookiebanner_footer() {
lang_load('plugin:cookiebanner');
$bannertext = $lang ['plugin'] ['cookiebanner'] ['bannertext'];
$more = $lang ['plugin'] ['cookiebanner'] ['more'];
$more_url = $lang ['plugin'] ['cookiebanner'] ['more_url'];
$more_url_title = $lang ['plugin'] ['cookiebanner'] ['more_url_title'];
$ok = $lang ['plugin'] ['cookiebanner'] ['ok'];
echo '