beber pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=d60216b04e4f608bddfa843a976d5032d2aa4fde

commit d60216b04e4f608bddfa843a976d5032d2aa4fde
Author: Bertrand Jacquin <bertr...@jacquin.bzh>
Date:   Sun Oct 15 04:52:26 2017 +0100

    MEDIUM: Update plugin groupmanager to v2016-08-14
---
 public_html/lib/plugins/groupmanager/plugin.info.txt | 2 +-
 public_html/lib/plugins/groupmanager/syntax.php      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/public_html/lib/plugins/groupmanager/plugin.info.txt 
b/public_html/lib/plugins/groupmanager/plugin.info.txt
index c4c278d0..a9e6180c 100644
--- a/public_html/lib/plugins/groupmanager/plugin.info.txt
+++ b/public_html/lib/plugins/groupmanager/plugin.info.txt
@@ -1,7 +1,7 @@
 base   groupmanager
 author Harald Ronge
 email  har...@turtur.nl
-date   2010-11-28
+date   2013-05-27
 name   groupmanager plugin
 desc   Embeddable group manager
 url    http://www.turtur.nl/
diff --git a/public_html/lib/plugins/groupmanager/syntax.php 
b/public_html/lib/plugins/groupmanager/syntax.php
index a7aaa0df..c3cda861 100644
--- a/public_html/lib/plugins/groupmanager/syntax.php
+++ b/public_html/lib/plugins/groupmanager/syntax.php
@@ -138,7 +138,7 @@ class syntax_plugin_groupmanager extends 
DokuWiki_Syntax_Plugin
      * Handle match
      */
 // is called without config, but do not know by whom, possibly with literal 
match
-    function handle($match, $state, $pos, &$handler)
+    function handle($match, $state, $pos, Doku_Handler $handler)
     {
 // groupmanager only
         $data = array(null, $state, $pos);
@@ -171,7 +171,7 @@ class syntax_plugin_groupmanager extends 
DokuWiki_Syntax_Plugin
     /**
      * Render it
      */
-    function render($mode, &$renderer, $data)
+    function render($mode, Doku_Renderer $renderer, $data)
     {
         // start usermanager
         global $auth;

-- 


Reply via email to