1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

[feature/avatars] Fix the docs and small naming fixes

PHPBB3-10018
This commit is contained in:
Marc Alexander
2012-11-19 00:30:18 +01:00
parent bea6e845d3
commit 8d0c667dce
7 changed files with 71 additions and 20 deletions

View File

@@ -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']))