@@ -76,7 +76,7 @@ |
||
76 | 76 | $metaDataProvider = $this->metaDataProvider->getMetaData($section); |
77 | 77 | |
78 | 78 | $showTableKey = $metaDataProvider[$call]['show']; |
79 | - $apiCallTable = 'zoom_' . $section . '_' . $call . '_table'; |
|
79 | + $apiCallTable = 'zoom_'.$section.'_'.$call.'_table'; |
|
80 | 80 | |
81 | 81 | $table = $this->loader->load($apiCallTable); |
82 | 82 | #$table = ArrayUtility::showTable($this->loader->load($apiCallTable), $showTableKey); |
@@ -45,7 +45,7 @@ |
||
45 | 45 | { |
46 | 46 | $i = 0; |
47 | 47 | foreach ($buildData as &$element) { |
48 | - $graphDataArray = $this->loader->load('zoom_' . $section . '_' . $i . '_graph'); |
|
48 | + $graphDataArray = $this->loader->load('zoom_'.$section.'_'.$i.'_graph'); |
|
49 | 49 | $errorReportKey = $element['errors']; |
50 | 50 | $element['errors'] = $this->errorReport($graphDataArray, $errorReportKey); |
51 | 51 | $i++; |