Completed
Push — develop ( 67a76c...0bffec )
by René
07:36
created
Classes/Controller/BackendController.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use HDNET\OnpageIntegration\Utility\ArrayUtility;
11 11
 use HDNET\OnpageIntegration\Utility\TitleUtility;
12 12
 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
13
-use TYPO3\CMS\Extbase\Utility\DebuggerUtility;
14 13
 
15 14
 /**
16 15
  * Class BackendController
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             $metaDataProvider = $this->metaDataProvider->getMetaData($section);
79 79
 
80 80
             $showTableKey = $metaDataProvider[$call]['show'];
81
-            $apiCallTable = 'zoom_' . $section . '_' . $call . '_table';
81
+            $apiCallTable = 'zoom_'.$section.'_'.$call.'_table';
82 82
 
83 83
             $table = $this->loader->load($apiCallTable);
84 84
             #$table = ArrayUtility::showTable($this->loader->load($apiCallTable), $showTableKey);
Please login to merge, or discard this patch.