Closed eduardomozart closed 1 year ago
Fixes message "Error: Non-static method ODTImage::addStringAsSVGImage() cannot be called statically" on PHP 8.1 as can be seen in https://github.com/lpaulsen93/dokuwiki-plugin-odt/issues/274 and https://github.com/schplurtz/a2s/issues/13 This method is also used by other plug-ins like switchpanel - https://github.com/GreenItSolutions/dokuwiki-plugin-switchpanel/blob/561d049aef21afb3d54406d1b62373e8275ce766/syntax.php#L460 - and plantumlparser - https://github.com/kylec32/dokuwiki_plantumlparser/pull/43
Error: Non-static method ODTImage::addStringAsSVGImage() cannot be called statically
Fixes message "
Error: Non-static method ODTImage::addStringAsSVGImage() cannot be called statically
" on PHP 8.1 as can be seen in https://github.com/lpaulsen93/dokuwiki-plugin-odt/issues/274 and https://github.com/schplurtz/a2s/issues/13 This method is also used by other plug-ins like switchpanel - https://github.com/GreenItSolutions/dokuwiki-plugin-switchpanel/blob/561d049aef21afb3d54406d1b62373e8275ce766/syntax.php#L460 - and plantumlparser - https://github.com/kylec32/dokuwiki_plantumlparser/pull/43