chengwl 4 lat temu
rodzic
commit
44007e626a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controllers/IndexController.php

+ 1 - 1
controllers/IndexController.php

@@ -82,7 +82,7 @@ class IndexController extends Controller
           foreach($metrics as $metric){
             $lis[]=$metric;
             if($i%10==0||count($metrics)==$i){
-                $response = $this->getReport($analytics);
+                $response = $this->getReport($analytics,$list);
                 $this->printResults($response);
                 $list=[];
             }