[
https://issues.apache.org/jira/browse/SHINDIG-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Chabot resolved SHINDIG-407.
----------------------------------
Resolution: Fixed
Assignee: Chris Chabot
Yep right you are, ps please do use spaces, ie it should be:
public $types = array('AUDIO' => 'audio', 'VIDEO' => 'video', 'IMAGE' =>
'image');
and not:
public $types = array('AUDIO'=>'audio', 'VIDEO'=>'video', 'IMAGE'=>'image');
Applied & committed, thanks!
> Mimetypes are not being displayed in PHP Shindig
> ------------------------------------------------
>
> Key: SHINDIG-407
> URL: https://issues.apache.org/jira/browse/SHINDIG-407
> Project: Shindig
> Issue Type: Bug
> Environment: Windows, Apache
> Reporter: impetus technologies
> Assignee: Chris Chabot
> Attachments: Mediaitem.php.patch
>
>
> In php/src/socialdata/opensocial/model/MediaItem.php the variable $types was
> incomplete in definition (should be an enum like definition), so change in
> setType function is also reqired to make the code work properly. Patch file
> is attached for the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.