Skip to content

Commit

Permalink
Add missiing space for code sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypartridge committed Jun 28, 2021
1 parent 8355e23 commit 190d77a
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 @@ -287,7 +287,7 @@ private static function doErrorHandling($error)

// Should we always count the redirect hits?

if($params->get('alwaysCount', 0)) {
if ($params->get('alwaysCount', 0)) {
$redirect->hits++;

try
Expand Down

0 comments on commit 190d77a

Please sign in to comment.