kylec32 / dokuwiki_plantumlparser

A plugin to have a user's browser display a SVG PlantUML diagram generated at http://plantuml.com/
MIT License
8 stars 12 forks source link

Fixes a deprecation issue caused by DokuHTTPClient usage #46

Closed rstemmer closed 8 months ago

rstemmer commented 8 months ago

Using this plugin causes a deprecation-log entry in Dokuwiki:

DokuHTTPClient::__construct() is deprecated. It was called from PlantUmlDiagram::getSVG() in /[…]/PlantUmlDiagram.php:25 dokuwiki\HTTP\DokuHTTPClient should be used instead!

This commit solves the issue.