summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/indexer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/indexer.php b/bin/indexer.php
index 4f80d4642..aa7a2fc5f 100755
--- a/bin/indexer.php
+++ b/bin/indexer.php
@@ -105,7 +105,7 @@ function _lock(){
sleep(15);
}
}
- if(isset($conf['dmask'])) { chmod($lock, $conf['dmask']); }
+ if($conf['dperm']) chmod($lock, $conf['dperm']);
if($said) print "\n";
}