chengwl 4 anos atrás
pai
commit
b6c8159846
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/GA.php

+ 1 - 1
lib/GA.php

@@ -87,7 +87,7 @@ class GA{
         return $analytics->reports->batchGet( $body );
        
     }
-    function getResults($repo0rts) {
+    function getResults($reports) {
         $data=[];
         for ( $reportIndex = 0; $reportIndex < count( $reports ); $reportIndex++ ) {
             $item=[];