austgl / phpws

Automatically exported from code.google.com/p/phpws
0 stars 0 forks source link

Problem with the Method getUsers from WebSocketResourceHandler #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Actually is:

public function getUsers(){
     return $this->users();
}

Correct is:

public function getUsers(){
     return $this->users;
}

Original issue reported on code.google.com by rodrigo....@gmail.com on 23 Sep 2011 at 3:20

GoogleCodeExporter commented 9 years ago
I hope to release a patched up version later this weekend. Containing lots of 
fixes and clearing up the usage a bit more.

Original comment by ch...@tanaskoski.com on 14 Oct 2011 at 1:39

GoogleCodeExporter commented 9 years ago
Thanks for the fix!

I hope to release a patched up version later this weekend. Containing lots of 
fixes and clearing up the usage a bit more.

Original comment by ch...@devristo.com on 14 Oct 2011 at 1:41