@@ -10,7 +10,6 @@ |
||
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 |
@@ -78,7 +78,7 @@ |
||
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); |