You are here

function media_update_7207 in D7 Media 7.2

Same name and namespace in other branches
  1. 7.4 media.install \media_update_7207()
  2. 7.3 media.install \media_update_7207()

Trigger cache clear.

Empty update function to trigger cache clear after changing access callbacks to file_entity_access.

File

./media.install, line 850
Install, update and uninstall functions for the Media module.

Code

function media_update_7207() {

  // Do nothing.
}