We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5032db6 commit c0e8b80Copy full SHA for c0e8b80
lib/private/legacy/OC_Util.php
@@ -969,7 +969,7 @@ public static function checkServer(\OC\SystemConfig $config) {
969
];
970
}
971
972
- if ($config->getValue('secret', '') === '' && !\OC::$cli) {
+ if ($config->getValue('secret', '') === '' && !\OC::$CLI) {
973
$errors[] = [
974
'error' => $l->t('The required \'secret\' config variable is not configued in the config.php file.'),
975
'hint' => $l->t('Please ask your server administrator to check the Nextcloud configuration.')
0 commit comments