Skip to content

Commit

Permalink
fix comparsion
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister committed Apr 21, 2024
1 parent 76712ca commit c286f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/sef/src/Extension/Sef.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function onAfterInitialise()
if (
$app->get('sef')
&& !$app->get('sef_suffix')
&& $this->params->get('trailingslash')
&& $this->params->get('trailingslash', -1) !== -1
) {
if ($this->params->get('trailingslash') == 0) {
// Remove trailingslash
Expand Down

0 comments on commit c286f7c

Please sign in to comment.