Skip to content

Commit

Permalink
remove trailing whtiespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypartridge committed Jun 28, 2021
1 parent aed2cef commit 53342b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/redirect/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private static function doErrorHandling($error)
// In case the url contains double // lets remove it
$destination = str_replace(JUri::root() . '/', JUri::root(), $dest);

// Should we always count the redirect hits?
// Should we always count the redirect hits?
if ($params->get('alwaysCount', 0))
{
$redirect->hits++;
Expand Down

0 comments on commit 53342b9

Please sign in to comment.