MDL-22059 Missing installer strings. To be automated soon.
This commit is contained in:
@@ -288,8 +288,7 @@ if ($interactive) {
|
||||
$error = get_string('cliincorrectvalueretry', 'admin')."\n";
|
||||
} else if (is_dataroot_insecure()) {
|
||||
$CFG->dataroot = '';
|
||||
//TODO: use unsecure warning instead
|
||||
$error = get_string('cliincorrectvalueretry', 'admin')."\n";
|
||||
$error = get_string('pathsunsecuredataroot', 'install')."\n";
|
||||
} else {
|
||||
if (make_upload_directory('lang', false)) {
|
||||
$error = '';
|
||||
|
||||
Reference in New Issue
Block a user