mirror of
https://github.com/php/web-wiki.git
synced 2025-08-03 16:09:44 +00:00
Fix another incompatible method signature
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user