You are here

function panopoly_update_7103 in Panopoly 7

Assign user 1 the "administrator" role.

File

./panopoly.install, line 35
Install, update and uninstall hooks.

Code

function panopoly_update_7103() {
  _panopoly_install_administrator_role();
}