X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/384c1126bb0f281010f942846e5fd1132891d929..6a7369d976274f0868b6aa3217e3fb42eab5e00f:/typo3/sysext/sv/ext_tables.php diff --git a/typo3/sysext/sv/ext_tables.php b/typo3/sysext/sv/ext_tables.php index 72c7c5e878a..db064f62813 100644 --- a/typo3/sysext/sv/ext_tables.php +++ b/typo3/sysext/sv/ext_tables.php @@ -1,13 +1,11 @@ 'LLL:EXT:sv/reports/locallang.xml:report_title', - 'description' => 'LLL:EXT:sv/reports/locallang.xml:report_description', - 'icon' => 'EXT:sv/reports/tx_sv_report.png', - 'report' => 'TYPO3\\CMS\\Sv\\Report\\ServicesListReport' + 'title' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_title', + 'description' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_description', + 'icon' => 'EXT:sv/Resources/Public/Images/service-reports.png', + 'report' => \TYPO3\CMS\Sv\Report\ServicesListReport::class ); } -?> \ No newline at end of file