You are here

function commons_update_3111 in Drupal Commons 7.3

Change the administration theme to Ember.

File

./commons.install, line 714
Install, update and uninstall functions for the Commons install profile.

Code

function commons_update_3111() {
  variable_set('admin_theme', 'ember');
  return array();
}