powered by nequal
Home » Services_Ustream » Timeline » 585

Changeset 585 -- 2009-03-18 19:41:51

Author
gagne
Comment
fixed properties at Services_Ustream_Channel::getValueOf

Diffs

Services_Ustream/trunk/src/Services/Ustream/Channel.php

@@ -89,7 +89,7 @@
{
$_properties = array('id', 'user', 'title', 'description', 'urlTitleName',
'url', 'status', 'createdAt', 'lastStreamedAt',
-                             'photoUrl', 'protected', 'rating', 'embedTag',
+                             'imageUrl', 'rating', 'embedTag',
'embedTagSourceUrl', 'hasTags', 'numberOf', 'tags',
'comments');
if (in_array($property, $_properties)) {