diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-08 11:25:32 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-08 11:25:32 +0100 |
commit | 8b9cc5c25b402268b4c383db7ff92c84de8c6b56 (patch) | |
tree | 249446419c234b9726c9c937f880188bf2e14ecf /settings | |
parent | e6908f8b890414451dfc32af4d76562016d75d0f (diff) | |
download | nextcloud-server-8b9cc5c25b402268b4c383db7ff92c84de8c6b56.tar.gz nextcloud-server-8b9cc5c25b402268b4c383db7ff92c84de8c6b56.zip |
Remove unexisting `htAccessWorkinght`
Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills.
Diffstat (limited to 'settings')
-rw-r--r-- | settings/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |