mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Merge pull request #32173 from nextcloud/Valdnet-patch-3
This commit is contained in:
commit
b1cb2e5340
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ class OC_Util {
|
|||
foreach (['secret', 'instanceid', 'passwordsalt'] as $requiredConfig) {
|
||||
if ($config->getValue($requiredConfig, '') === '' && !\OC::$CLI && $config->getValue('installed', false)) {
|
||||
$errors[] = [
|
||||
'error' => $l->t('The required \'' . $requiredConfig . '\' config variable is not configued in the config.php file.'),
|
||||
'error' => $l->t('The required %s config variable is not configued in the config.php file.', [$requiredConfig]),
|
||||
'hint' => $l->t('Please ask your server administrator to check the Nextcloud configuration.')
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue