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 2507ea26b..77ff5ef85 100755
--- a/bin/indexer.php
+++ b/bin/indexer.php
@@ -79,7 +79,7 @@ function _update(){
$data = array();
_quietecho("Searching pages... ");
- search($data,$conf['datadir'],'search_allpages',array());
+ search($data,$conf['datadir'],'search_allpages',array('skipacl' => true));
_quietecho(count($data)." pages found.\n");
foreach($data as $val){