mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
add missing variable name
This commit is contained in:
parent
86216fd4c1
commit
521b66394c
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ register_module([
|
||||||
$result["context"] = search::extract_context(
|
$result["context"] = search::extract_context(
|
||||||
$result["pagename"],
|
$result["pagename"],
|
||||||
$query_parsed,
|
$query_parsed,
|
||||||
file_get_contents()
|
file_get_contents($filepath)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$env->perfdata->context_generation_time = round((microtime(true) - $start)*1000, 3);
|
$env->perfdata->context_generation_time = round((microtime(true) - $start)*1000, 3);
|
||||||
|
|
Loading…
Reference in a new issue