summaryrefslogtreecommitdiffstats
path: root/core/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/setup.php')
-rw-r--r--core/setup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/setup.php b/core/setup.php
index 1a2eac16030..4758c23b045 100644
--- a/core/setup.php
+++ b/core/setup.php
@@ -34,7 +34,7 @@ $opts = array(
'hasMSSQL' => $hasMSSQL,
'directory' => $datadir,
'secureRNG' => OC_Util::secureRNGAvailable(),
- 'htaccessWorking' => OC_Util::isHtaccessWorking(),
+ 'htaccessWorking' => OC_Util::isHtAccessWorking(),
'vulnerableToNullByte' => $vulnerableToNullByte,
'errors' => array(),
);