You are here

function media_gallery_update_8101 in Media Gallery 8

Update "All Galleries view".

File

./media_gallery.install, line 36
Install, update and uninstall functions for the Media Gallery.

Code

function media_gallery_update_8101(&$sandbox) {
  _media_gallery_update_config('views.view.media_galleries');
}