Fweeb/dokuwiki_plugin_html5video

Adjust handle and render method's signature

Opened this issue · 0 comments

sag1 commented

Hello,

I am using dokuwiki version 2017-02-19 "Frusterick Manners". The html5video plugin’s handle method and render method in video.php are not compatible with Dokuwiki method's signature. Can you please adopt these signatures?

Here are the errors:

PHP Warning: Declaration of syntax_plugin_html5video_video::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /dokuwiki-2017-02-19e-FrusterickManners/lib/plugins/html5video/syntax/video.php on line 0

PHP Warning: Declaration of syntax_plugin_html5video_video::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /dokuwiki-2017-02-19e-FrusterickManners/lib/plugins/html5video/syntax/video.php on line 0

Thanks in advance