lpaulsen93 / dokuwiki-plugin-odt

Exports a page to the Open Document format used by OpenOffice.org and other word processors
http://www.dokuwiki.org/plugin:odt
13 stars 26 forks source link

Fixed a few PHP 8+ warnings. #279

Closed nerun closed 1 year ago

nerun commented 1 year ago

Fixes for issue #276:

PHP Warning: Undefined array key "" in .../lib/plugins/odt/helper/config.php on line 561
PHP Warning: Trying to access array offset on value of type null in .../lib/plugins/odt/helper/config.php on line 578

Plus new ones:

PHP Warning: Undefined array key "attributes_array" in .../lib/plugins/odt/ODT/css/cssdocument.php on line 38
PHP Warning: Undefined array key "properties" in .../lib/plugins/odt/ODT/css/cssdocument.php on line 116