Skip to content

Commit

Permalink
Update plugins/system/sef/src/Extension/Sef.php
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
SniperSister and richard67 authored Apr 21, 2024
1 parent c286f7c commit 81b7afe
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', -1) !== -1
&& $this->params->get('trailingslash', -1) != -1
) {
if ($this->params->get('trailingslash') == 0) {
// Remove trailingslash
Expand Down

0 comments on commit 81b7afe

Please sign in to comment.