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
1 changed files with 1 additions and 1 deletions

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);