stanley-king 7 år sedan
förälder
incheckning
3756ca0863
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      helper/statistics_helper.php

+ 1 - 2
helper/statistics_helper.php

@@ -99,9 +99,8 @@ class statistics_helper
                     {
                         if(empty($oper['count'])) {
                             $oper['count'] = 0;
-                        } else {
-                            $oper['count'] += intval($value);
                         }
+                        $oper['count'] += intval($value);
                     }
                 }
             }