summaryrefslogtreecommitdiff
path: root/inc/indexer.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-09-12 16:30:27 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-09-12 16:30:27 +0200
commit63773904ba897df090aab60fbf1598ae47775fe8 (patch)
treec089a6c50b850d01e9a54c603133325cd10d8026 /inc/indexer.php
parent54f4c05648c376908a736854a2ad279d57ec5b19 (diff)
downloadrpg-63773904ba897df090aab60fbf1598ae47775fe8.tar.gz
rpg-63773904ba897df090aab60fbf1598ae47775fe8.tar.bz2
added missing ACL checks for new index based searches
darcs-hash:20050912143027-7ad00-b2f3165d8db7122a453ecc63ad031af4467f691f.gz
Diffstat (limited to 'inc/indexer.php')
-rw-r--r--inc/indexer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/indexer.php b/inc/indexer.php
index ce58f47a7..747463d0f 100644
--- a/inc/indexer.php
+++ b/inc/indexer.php
@@ -199,6 +199,9 @@ function idx_writeIndexLine($fh,$line,$pid,$count){
* Takes an array of word and will return a list of matching
* documents for each one.
*
+ * Important: No ACL checking is done here! All results are
+ * returned, regardless of permissions
+ *
* @author Andreas Gohr <andi@splitbrain.org>
*/
function idx_lookup($words){