diff --git a/qa-plugin.php b/qa-plugin.php index df6da8e..aaaec41 100644 --- a/qa-plugin.php +++ b/qa-plugin.php @@ -415,7 +415,7 @@ function qa_badge_plugin_user_widget($handle) { foreach($result as $slug) { $bcount[$badges[$slug]['type']] = isset($bcount[$badges[$slug]['type']])?$bcount[$badges[$slug]['type']]+1:1; } - $output=''; + $output=''; for($x = 2; $x >= 0; $x--) { if(!isset($bcount[$x])) continue; $count = $bcount[$x];