Przeglądaj źródła

hotfix syntax error

Alexandr Kozlov 8 lat temu
rodzic
commit
9cb653e773
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/lib/API/Service/Tracking.php

+ 1 - 1
src/lib/API/Service/Tracking.php

@@ -51,6 +51,6 @@ class Tracking implements ServiceInterface
 			'DATE_TO'       => $dateTo,
 			'DATE_FROM'     => $dateFrom,
 			'MAX_ROW_COUNT' => $limit,
-		)), 'request')
+		)), 'request');
 	}
 }