You are here

function media_browser_plus_download_action in Media Browser Plus 7.3

Callback for the action.

1 string reference to 'media_browser_plus_download_action'
media_browser_plus_download_action_cleanup in ./media_browser_plus.module
Delete temporary download archive.

File

./media_browser_plus.module, line 219
Media Browser Plus - enhanced file management functions.

Code

function media_browser_plus_download_action($file, &$context = array()) {
  drupal_set_message('How the heck did you reach this function? Please open an issue in the issue queue, thanks! :)', 'warning');
}