Completed
Push — develop ( a19c81...003635 )
by René
09:50 queued 06:44
created
Classes/Controller/BackendController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
Classes/Service/OnPageService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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++;
Please login to merge, or discard this patch.