You are here

function purge_update_7200 in Purge 7.2

Implements hook_update_N().

File

./purge.install, line 31
Purge install code. Installs and uninstalls the configuration variables and converts from 1.x settings

Code

function purge_update_7200() {

  //Add the system and template proxy configurations
  $bundle = new PurgePurgerBundleDefault();

  // purge_proxy_config_convert();
  // Save the bundle.
  $bundle
    ->save();
}