mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 09:01:29 +02:00
Merge remote-tracking branch 'bantu/ticket/10488' into prep-release-3.0.10
* bantu/ticket/10488: [ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
This commit is contained in:
@@ -1999,7 +1999,12 @@ function change_database_data(&$no_updates, $version)
|
|||||||
|
|
||||||
// Changes from 3.0.9 to 3.0.10-RC1
|
// Changes from 3.0.9 to 3.0.10-RC1
|
||||||
case '3.0.9':
|
case '3.0.9':
|
||||||
|
if (!isset($config['email_max_chunk_size']))
|
||||||
|
{
|
||||||
set_config('email_max_chunk_size', '50');
|
set_config('email_max_chunk_size', '50');
|
||||||
|
}
|
||||||
|
|
||||||
|
$no_updates = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user