stanley-king 7 lat temu
rodzic
commit
3756ca0863
1 zmienionych plików z 1 dodań i 2 usunięć
  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);
                     }
                 }
             }