diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-10-24 12:27:01 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-10-24 12:27:01 +0200 |
commit | 7f97a9005507f048c61d44adc6ca954fcb884541 (patch) | |
tree | cc9223faa1f0de58d340ef07239da135c7321da1 | |
parent | 4987233dfc97c0b3bdfa620a25fc3ee5775f42a5 (diff) | |
download | rpg-7f97a9005507f048c61d44adc6ca954fcb884541.tar.gz rpg-7f97a9005507f048c61d44adc6ca954fcb884541.tar.bz2 |
fixed missing global
-rw-r--r-- | inc/fulltext.php | 1 |
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)) { |