aboutsummaryrefslogtreecommitdiffstats
path: root/core/setup/controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/setup/controller.php')
-rw-r--r--core/setup/controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/setup/controller.php b/core/setup/controller.php
index 1a8e9b2b764..cdbe0f7e129 100644
--- a/core/setup/controller.php
+++ b/core/setup/controller.php
@@ -122,7 +122,7 @@ class Controller {
// Protect data directory here, so we can test if the protection is working
\OC_Setup::protectDataDirectory();
try {
- $htaccessWorking = \OC_Util::isHtAccessWorking();
+ $htaccessWorking = \OC_Util::isHtaccessWorking();
} catch (\OC\HintException $e) {
$errors[] = array(
'error' => $e->getMessage(),