From: Lukas Reschke Date: Mon, 8 Dec 2014 10:25:32 +0000 (+0100) Subject: Remove unexisting `htAccessWorkinght` X-Git-Tag: v8.0.0alpha1~152^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8b9cc5c25b402268b4c383db7ff92c84de8c6b56;p=nextcloud-server.git Remove unexisting `htAccessWorkinght` Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills. --- diff --git a/settings/admin.php b/settings/admin.php index 4b70848bd5b..bb5f47b36a9 100644 --- a/settings/admin.php +++ b/settings/admin.php @@ -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 ) {