You are here

function media_library_modal_next in Media Library 6

1 string reference to 'media_library_modal_next'
media_library_modal_add in ./media_library.modal.inc
Second step in the modal dialog, for generating the multi-step form.

File

./media_library.modal.inc, line 162
Modal frame functions

Code

function media_library_modal_next(&$form_state) {
  ctools_object_cache_set('media_library', 'media_obj', $form_state['media_obj']);
}