Skip to content

Commit

Permalink
Update api.php
Browse files Browse the repository at this point in the history
Added missing ) on line 11
  • Loading branch information
PromoFaux committed Feb 22, 2016
1 parent 6a2714d commit 74378b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$data = array_merge($data, getSummaryData());
}

if (isset($_GET['summary']) || !count($_GET) {
if (isset($_GET['summary']) || !count($_GET)) {
$sum = getSummaryData();
$sum['ads_blocked_today'] = number_format( $sum['ads_blocked_today']);
$sum['dns_queries_today'] = number_format( $sum['dns_queries_today']);
Expand Down

0 comments on commit 74378b5

Please sign in to comment.