MM rc 2.2 and latest dev snapshot
file: /sites/all/modules/mediamosa/core/asset/mediafile/play_proxy/mediamosa_asset_mediafile_play_proxy.inc
function: get_mediafile_id_on_profile
line: 719 in 2.2, 711 in snapshot
orig.#is_original_file = #is_original_file_true AND
should be
orig.#is_original_file = :is_original_file_true AND
Comments
Re: RC2.2 typo in get_mediafile_id_on_profile()
Posted by forgacs on October 25th, 2010 - 14:44Thanks. We have implemented your fix in the code. You will see the fix in the snapshot soon.
Re: RC2.2 typo in get_mediafile_id_on_profile()
Posted by Robert on October 25th, 2010 - 15:19The snapshot will be updated end of the week again, its currently turned off because of broken libraries in current development stage. Minor detail ;)