Skip to content

Commit c0e8b80

Browse files
committed
fixup! Require the secret config to be configured
1 parent 5032db6 commit c0e8b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/legacy/OC_Util.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ public static function checkServer(\OC\SystemConfig $config) {
969969
];
970970
}
971971

972-
if ($config->getValue('secret', '') === '' && !\OC::$cli) {
972+
if ($config->getValue('secret', '') === '' && !\OC::$CLI) {
973973
$errors[] = [
974974
'error' => $l->t('The required \'secret\' config variable is not configued in the config.php file.'),
975975
'hint' => $l->t('Please ask your server administrator to check the Nextcloud configuration.')

0 commit comments

Comments
 (0)