heikoS2C / htmlmetatags

Dokuwiki-Plugin: Adds some (open graph) meta tags to the html header (e.g. keywords, description or any others)
1 stars 1 forks source link

PHP 8 compatibility warnings #6

Closed dregad closed 2 days ago

dregad commented 5 months ago

Warning: Undefined array key "htmlmetatags" in /xxx/dokuwiki/lib/plugins/htmlmetatags/syntax/syntax.php on line 121 Warning: Undefined array key "keywords" in /xxx/dokuwiki/lib/plugins/htmlmetatags/syntax/syntax.php on line 121

These messages are shown on the home page of, with PHP >= 8.0

image

Originally reported by @peterdd in ADOdb/ADOdb#1022

dregad commented 5 months ago

See pull request #7