[ticket/10679] Update module basename, we added the xcp_ prefix in 3.1

PHPBB3-10679
This commit is contained in:
Joas Schilling 2012-12-07 12:50:21 +01:00
parent 2f490293e4
commit c23d2457e9

View file

@ -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);