]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unexisting `htAccessWorkinght`
authorLukas Reschke <lukas@owncloud.com>
Mon, 8 Dec 2014 10:25:32 +0000 (11:25 +0100)
committerLukas Reschke <lukas@owncloud.com>
Mon, 8 Dec 2014 10:25:32 +0000 (11:25 +0100)
Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills.

settings/admin.php

index 4b70848bd5bb9ff35decf0753b92ffe0697b70a5..bb5f47b36a90a164efd2b8a8ee6053b15f08f5da 100644 (file)
@@ -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
 ) {