summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/exe/indexer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/indexer.php b/lib/exe/indexer.php
index 1766c54f1..53f2c129d 100644
--- a/lib/exe/indexer.php
+++ b/lib/exe/indexer.php
@@ -392,7 +392,7 @@ function sendDigest() {
}
// TODO: Handle duplicate subscriptions.
} else {
- if(auth_quickacl($id) < AUTH_READ) continue;
+ if(auth_quickaclcheck($id) < AUTH_READ) continue;
$meta = p_get_metadata($id);
$rev = $meta['last_change']['date'];