aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-19 00:30:18 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-19 00:30:18 +0100
commit8d0c667dcec08fb506dcf19203ded3c699339d6e (patch)
tree94a9469a7145a1a2743d2426df385409fa467d2d /phpBB/install
parentbea6e845d3c0c25f5f84ad13fcf22f42f1249561 (diff)
downloadforums-8d0c667dcec08fb506dcf19203ded3c699339d6e.tar
forums-8d0c667dcec08fb506dcf19203ded3c699339d6e.tar.gz
forums-8d0c667dcec08fb506dcf19203ded3c699339d6e.tar.bz2
forums-8d0c667dcec08fb506dcf19203ded3c699339d6e.tar.xz
forums-8d0c667dcec08fb506dcf19203ded3c699339d6e.zip
[feature/avatars] Fix the docs and small naming fixes
PHPBB3-10018
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 9498d3963b..2015ef0475 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2740,6 +2740,11 @@ function change_database_data(&$no_updates, $version)
AND module_mode = \'avatar\'';
_sql($sql, $errored, $error_ary);
+ if (!isset($config['allow_avatar_gravatar']))
+ {
+ $config->set('allow_avatar_gravatar', '');
+ }
+
$no_updates = false;
if (!isset($config['assets_version']))