mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10679] Update module basename, we added the xcp_ prefix in 3.1
PHPBB3-10679
This commit is contained in:
parent
2f490293e4
commit
c23d2457e9
1 changed files with 1 additions and 1 deletions
|
@ -2834,7 +2834,7 @@ function change_database_data(&$no_updates, $version)
|
|||
$sql = 'UPDATE ' . MODULES_TABLE . "
|
||||
SET module_auth = 'acl_u_chgprofileinfo'
|
||||
WHERE module_class = 'ucp'
|
||||
AND module_basename = 'profile'
|
||||
AND module_basename = 'ucp_profile'
|
||||
AND module_mode = 'profile_info'";
|
||||
_sql($sql, $errored, $error_ary);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue