You are here

function media_feeds_update_7100 in Media Feeds 7.2

Same name and namespace in other branches
  1. 7 media_feeds.install \media_feeds_update_7100()

Rebuild the class registry.

File

./media_feeds.install, line 11
Installing and updating media_feeds.

Code

function media_feeds_update_7100() {
  registry_rebuild();
}