MDL-67456 admin: Update Maximum number of backups kept

This commit is contained in:
hanna
2020-01-18 19:35:34 +01:00
committed by Eloy Lafuente (stronk7)
parent fd126006b0
commit 078705538c
+2
View File
@@ -276,6 +276,8 @@ if ($hassiteconfig or has_any_capability($capabilities, $systemcontext)) {
$maxkeptoptions = array(
0 => new lang_string('all'), 1 => '1',
2 => '2',
3 => '3',
4 => '4',
5 => '5',
10 => '10',
20 => '20',