Fweeb / dokuwiki_plugin_html5video

Embeds video in DokuWiki wikis using HTML5 syntax
4 stars 7 forks source link

Adjust handle and render method's signature #13

Open sag1 opened 6 years ago

sag1 commented 6 years ago

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