Skip to content

Commit

Permalink
Merge pull request #1324 from pi-hole/XhmikosR-patch-9
Browse files Browse the repository at this point in the history
api_FTL: Remove duplicate semicolon
  • Loading branch information
PromoFaux authored May 18, 2020
2 parents dd599ad + e805d0a commit f7d23ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_FTL.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
// UTF-8 encode domain
$tmp[2] = utf8_encode($tmp[2]);
// UTF-8 encode client host name
$tmp[3] = utf8_encode($tmp[3]);;
$tmp[3] = utf8_encode($tmp[3]);
array_push($allQueries,$tmp);
}

Expand Down

0 comments on commit f7d23ca

Please sign in to comment.