summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRoland Alder <roli-dokuwiki@galaxy.ch>2009-07-25 14:08:19 +0200
committerRoland Alder <roli-dokuwiki@galaxy.ch>2009-07-25 14:08:19 +0200
commit9df39f145412a47b64ed00e58d49195eb529acf8 (patch)
treef59949a819a5480ad5fcae8c4166a6a28555db19 /bin
parentc3edf42be2b4f0310676bca64e6763ba89347075 (diff)
downloadrpg-9df39f145412a47b64ed00e58d49195eb529acf8.tar.gz
rpg-9df39f145412a47b64ed00e58d49195eb529acf8.tar.bz2
Skip ACL checks in bin/indexer.php FS#1729
Ignore-this: 334a8a4d2e3041afcdde2f2635cd6da6 darcs-hash:20090725120819-ea0c7-c041fa150a358a5fd25e208a57547c1cc928cd1e.gz
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){