Changeset 586 -- 2009-03-18 20:10:16
- Author
gagne
- Comment
- fixed Services_Ustream_Stream::getMostviewers parameter
Diffs
Services_Ustream/trunk/src/Services/Ustream/Stream.php
@@ -84,7 +84,7 @@
*/
public function getMostViewers()
{
- $this->setParam('uid', $uid);
+ $this->setParam('uid', 'all');
$this->setParam('command', 'getMostViewers');
return $this->sendRequest();
}