mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/10679] Update module basename, we added the xcp_ prefix in 3.1
PHPBB3-10679
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user