aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-12-07 12:50:21 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-12-07 12:50:21 +0100
commitc23d2457e9be616bfa83aebc5e743130b6c69624 (patch)
tree27623997067385f23c35220c9a664557fb568fe5 /phpBB
parent2f490293e4b8d08d6c1008ef5ea324ae259d9993 (diff)
downloadforums-c23d2457e9be616bfa83aebc5e743130b6c69624.tar
forums-c23d2457e9be616bfa83aebc5e743130b6c69624.tar.gz
forums-c23d2457e9be616bfa83aebc5e743130b6c69624.tar.bz2
forums-c23d2457e9be616bfa83aebc5e743130b6c69624.tar.xz
forums-c23d2457e9be616bfa83aebc5e743130b6c69624.zip
[ticket/10679] Update module basename, we added the xcp_ prefix in 3.1
PHPBB3-10679
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 95fd1ca2c2..30592b995d 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -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);