Skip to content
Snippets Groups Projects
Commit 7b9343f3 authored by Morris Jobke's avatar Morris Jobke
Browse files

fix typo - caused by 3d997e8c

parent 8285744e
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ $forms = OC_App::getForms('admin'); ...@@ -87,7 +87,7 @@ $forms = OC_App::getForms('admin');
$l = OC_L10N::get('settings'); $l = OC_L10N::get('settings');
$formsAndMore = array(); $formsAndMore = array();
if (OC_Request::serverProtocol() !== 'https' || !OC_Util::isAnnotationsWorking() || if (OC_Request::serverProtocol() !== 'https' || !OC_Util::isAnnotationsWorking() ||
$suggestedOverwriteWebRoot || !OC_Util::isSetLocaleWorking() || !OC_Util::isPhpCharSetUtf8() || $suggestedOverwriteCliUrl || !OC_Util::isSetLocaleWorking() || !OC_Util::isPhpCharSetUtf8() ||
!OC_Util::fileInfoLoaded() || $databaseOverload !OC_Util::fileInfoLoaded() || $databaseOverload
) { ) {
$formsAndMore[] = array('anchor' => 'security-warning', 'section-name' => $l->t('Security & Setup Warnings')); $formsAndMore[] = array('anchor' => 'security-warning', 'section-name' => $l->t('Security & Setup Warnings'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment