diff options
| author | David King <imkingdavid@gmail.com> | 2012-12-12 19:39:48 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-12-12 19:39:48 -0500 |
| commit | 8e4c1526fc3d0b8897886a12dff59808398b2304 (patch) | |
| tree | 644d2518c90b0450bf08d5f27fba9f2a996bae96 /phpBB/install/database_update.php | |
| parent | 61adfa502684727f071f85afde08227ebc448232 (diff) | |
| download | forums-8e4c1526fc3d0b8897886a12dff59808398b2304.tar forums-8e4c1526fc3d0b8897886a12dff59808398b2304.tar.gz forums-8e4c1526fc3d0b8897886a12dff59808398b2304.tar.bz2 forums-8e4c1526fc3d0b8897886a12dff59808398b2304.tar.xz forums-8e4c1526fc3d0b8897886a12dff59808398b2304.zip | |
[ticket/11088] Copy a_styles permission for a_extensions
PHPBB3-11088
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 1d4c71767b..db5659db7c 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -2899,7 +2899,7 @@ function change_database_data(&$no_updates, $version) $auth_admin->acl_add_option(array('global' => array('a_extensions'))); // Now the tricky part, filling the permission - $old_id = $auth_admin->acl_options['id']['a_']; + $old_id = $auth_admin->acl_options['id']['a_styles']; $new_id = $auth_admin->acl_options['id']['a_extensions']; $tables = array(ACL_GROUPS_TABLE, ACL_ROLES_DATA_TABLE, ACL_USERS_TABLE); |
