mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Remove rogue semicolon
This commit is contained in:
parent
725611ace4
commit
5693c24358
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ register_module([
|
||||||
"code" => function() {
|
"code" => function() {
|
||||||
|
|
||||||
page_renderer::register_part_preprocessor(function(&$parts) {
|
page_renderer::register_part_preprocessor(function(&$parts) {
|
||||||
global $env, $settings;;
|
global $env, $settings;
|
||||||
// Only insert for the view action
|
// Only insert for the view action
|
||||||
if($env->action !== $settings->readingtime_action || !$settings->readingtime_enabled)
|
if($env->action !== $settings->readingtime_action || !$settings->readingtime_enabled)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue