Skip to content
Snippets Groups Projects
Commit 8b9cc5c2 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Remove unexisting `htAccessWorkinght`

Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills.
parent e6908f8b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ $template->assign('databaseOverload', $databaseOverload);
$forms = OC_App::getForms('admin');
$l = OC_L10N::get('settings');
$formsAndMore = array();
if (OC_Request::serverProtocol() !== 'https' || !$htAccessWorking || !OC_Util::isAnnotationsWorking() ||
if (OC_Request::serverProtocol() !== 'https' || !OC_Util::isAnnotationsWorking() ||
$suggestedOverwriteWebRoot || !OC_Util::isSetLocaleWorking() || !OC_Util::isPhpCharSetUtf8() ||
!OC_Util::fileInfoLoaded() || $databaseOverload
) {
......
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