summaryrefslogtreecommitdiff
path: root/inc/fulltext.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-02-01 15:38:41 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-02-01 15:38:41 +0100
commit0af14a6e25ba35e88d96762bc73325838868e3fe (patch)
tree8f60efb36406b6e8a5cf5d3269384e26fa072828 /inc/fulltext.php
parent2dcde3047b0cbc7cb75b3d9f84fd05a217b7fced (diff)
downloadrpg-0af14a6e25ba35e88d96762bc73325838868e3fe.tar.gz
rpg-0af14a6e25ba35e88d96762bc73325838868e3fe.tar.bz2
removed more unneeded require_once() calls
Diffstat (limited to 'inc/fulltext.php')
-rw-r--r--inc/fulltext.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/fulltext.php b/inc/fulltext.php
index 58d17422a..76dd01d1f 100644
--- a/inc/fulltext.php
+++ b/inc/fulltext.php
@@ -133,7 +133,6 @@ function ft_backlinks($id){
$docs = array_keys(ft_resultCombine(array_values($matches)));
$docs = array_filter($docs,'isVisiblePage'); // discard hidden pages
if(!count($docs)) return $result;
- require_once(DOKU_INC.'inc/parserutils.php');
// check metadata for matching links
foreach($docs as $match){