Subject: | bug when using method create_group_if_not_exists_for |
Date: | Tue, 03 Feb 2015 16:40:14 +0100 |
To: | bug-Etherpad-API [...] rt.cpan.org |
From: | Joel Savignon <joel.savignon [...] xsalto.com> |
Hi,
There's a bug in perl Etherpad::API module in the
create_group_if_not_exists_for method. Etherpad returns :
"groupMapper is no string".
It is due to a change in the Etherpad API
myGroupId paramter must be renamed as groupMapper
in API.pm at line 191 change
$request .= '&myGroupId=' . $my_group_id;
by
$request .= '&groupMapper=' . $my_group_id;
then it works well.
Best regards
Joel Savignon
--
----------------------------------------------------------------------
Joel Savignon : mailto:joel.savignon@xsalto.com
Xsalto : http://www.xsalto.com