summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php
index 5e9b9d0ec..5e209c4b5 100644
--- a/install.php
+++ b/install.php
@@ -395,6 +395,7 @@ function check_permissions(){
'meta' => DOKU_INC.'data/meta',
'cache' => DOKU_INC.'data/cache',
'locks' => DOKU_INC.'data/locks',
+ 'index' => DOKU_INC.'data/index',
);
$ok = true;