Open GoogleCodeExporter opened 9 years ago
Hi there,
OpenSocial defines two info about media type: type (IMAGE, AUDIO, VIDEO) and
mimeType.
To fix this I believe we should check type variable instead of mimeType.
Line: 46 - osapiMediaItem.php
-- if(strtolower($key) == 'mimetype') {
++ if(strtolower($key) == 'type') {
All works for me then.
Original comment by matusz...@gmail.com
on 15 Feb 2010 at 10:59
Original issue reported on code.google.com by
lotu...@mail.be
on 16 Nov 2009 at 3:54