From 7f97a9005507f048c61d44adc6ca954fcb884541 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 24 Oct 2010 12:27:01 +0200 Subject: fixed missing global --- inc/fulltext.php | 1 + 1 file changed, 1 insertion(+) 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)) { -- cgit v1.2.3