Skip to content
Snippets Groups Projects
Commit 7f97a900 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed missing global

parent 4987233d
No related branches found
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment