Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Media Browser
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2013 at 15:13 UTC
Updated:
18 Mar 2014 at 19:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
devin carlson commentedA patch to use
media_get_browser_params().Comment #2
devin carlson commentedTested #1 and committed it to Media 7.x-2.x.
Comment #3
morenstratPaging does not work for me with this patch. I get a
Adding the following line right before calling media_get_browser_params() fixes the problem for me:
module_load_include('inc', 'media', 'includes/media.browser');Comment #4
devin carlson commented@dunix, have you done a git checkout of the latest commit hash?
That issue should be fixed with #2209537: media browser library broken since latest commits.
Comment #5
morenstratNo, sorry, I applied the patch from this issue manually.