1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-04 22:53:58 +00:00

add missing variable name

This commit is contained in:
Starbeamrainbowlabs 2020-07-10 23:23:32 +01:00
parent 86216fd4c1
commit 521b66394c
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -159,7 +159,7 @@ register_module([
$result["context"] = search::extract_context(
$result["pagename"],
$query_parsed,
file_get_contents()
file_get_contents($filepath)
);
}
$env->perfdata->context_generation_time = round((microtime(true) - $start)*1000, 3);