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

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

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;