mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/system-cron] Set use_system_cron config value during upgrade.
PHPBB3-9596
This commit is contained in:
parent
f07aeba9c0
commit
451198b467
1 changed files with 4 additions and 0 deletions
|
@ -1863,6 +1863,10 @@ function change_database_data(&$no_updates, $version)
|
||||||
// No changes from 3.0.8-RC1 to 3.0.8
|
// No changes from 3.0.8-RC1 to 3.0.8
|
||||||
case '3.0.8-RC1':
|
case '3.0.8-RC1':
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case '3.0.9-dev':
|
||||||
|
set_config('use_system_cron', 0);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue