Remove rogue semicolon

This commit is contained in:
Starbeamrainbowlabs 2020-05-25 00:32:26 +01:00
parent 725611ace4
commit 5693c24358
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ register_module([
"code" => function() {
page_renderer::register_part_preprocessor(function(&$parts) {
global $env, $settings;;
global $env, $settings;
// Only insert for the view action
if($env->action !== $settings->readingtime_action || !$settings->readingtime_enabled)
return;