mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
found you!
git-svn-id: file:///svn/phpbb/trunk@6985 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -835,6 +835,12 @@ class install_convert extends module
|
||||
if (!empty($convert->config_schema))
|
||||
{
|
||||
restore_config($convert->config_schema);
|
||||
|
||||
// Override a couple of config variables for the duration
|
||||
$config['max_quote_depth'] = 0;
|
||||
|
||||
// @todo Need to confirm that max post length in source is <= max post length in destination or there may be interesting formatting issues
|
||||
$config['max_post_chars'] = -1;
|
||||
}
|
||||
|
||||
$template->assign_block_vars('checks', array(
|
||||
|
Reference in New Issue
Block a user