ether / pad

Etherpad Open-Source Repository
http://github.com/ether/pad
Other
1.03k stars 183 forks source link

[PHP Api] listPads(0) does not work #310

Closed AlainKnaff closed 10 years ago

AlainKnaff commented 12 years ago

The comment about groups in etherpad-lite-client.php says:

// GROUPS // Pads can belong to a group. There will always be public pads that doesnt belong to a group (or we give this group the id 0)

However, when attempting to do $instance->listPads("0") (or any other obvious variant, such as "g.0", "" or 0), it replies "groupID does not exist" instead of replying with a list of pads not belonging to any group.