summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-10-24 12:27:01 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-10-24 12:27:01 +0200
commit7f97a9005507f048c61d44adc6ca954fcb884541 (patch)
treecc9223faa1f0de58d340ef07239da135c7321da1 /inc
parent4987233dfc97c0b3bdfa620a25fc3ee5775f42a5 (diff)
downloadrpg-7f97a9005507f048c61d44adc6ca954fcb884541.tar.gz
rpg-7f97a9005507f048c61d44adc6ca954fcb884541.tar.bz2
fixed missing global
Diffstat (limited to 'inc')
-rw-r--r--inc/fulltext.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/fulltext.php b/inc/fulltext.php
index 8cdfac42e..0b9798eee 100644
--- a/inc/fulltext.php
+++ b/inc/fulltext.php
@@ -229,6 +229,7 @@ function ft_pageLookup($id, $in_ns=false, $in_title=false){
}
function _ft_pageLookup(&$data){
+ global $conf;
// split out original parameters
$id = $data['id'];
if (preg_match('/(?:^| )@(\w+)/', $id, $matches)) {