Fix another incompatible method signature

This commit is contained in:
Niklas Keller
2018-01-21 11:49:19 +01:00
parent 5f35939989
commit b57ed02dc5

View File

@ -193,7 +193,7 @@ class syntax_plugin_doodle extends DokuWiki_Syntax_Plugin
* add new vote if user just submitted one and
* create output xHTML from template
*/
function render($mode, &$renderer, $data) {
function render($mode, Doku_Renderer $renderer, $data) {
if ($mode != 'xhtml') return false;
//debout("render: $mode");