Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
D&T Internet GmbH
TYPO3 CMS HiOrg Integration
Commits
05a0a152
Commit
05a0a152
authored
Jan 29, 2020
by
Stefan Bublies
Browse files
Tippfehler behoben
parent
c86651de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/HiOrgServerLoginController.php
View file @
05a0a152
...
...
@@ -39,7 +39,7 @@ class HiOrgServerLoginController extends \TYPO3\CMS\Extbase\Mvc\Controller\Actio
* hiOrgServerLoginRepository
*
* @var \Dtihiorg\DtiHiorg\Domain\Repository\HiOrgServerLoginRepository
*
@TYPO3\\CMS\\Extbase\\Annotation\\Inject
*
*/
protected
$hiOrgServerLoginRepository
=
NULL
;
...
...
Classes/Controller/HiOrgServerSchnittstelleController.php
View file @
05a0a152
...
...
@@ -36,7 +36,7 @@ class HiOrgServerSchnittstelleController extends \TYPO3\CMS\Extbase\Mvc\Controll
* hiOrgServerSchnittstelleRepository
*
* @var \Dtihiorg\DtiHiorg\Domain\Repository\HiOrgServerSchnittstelleRepository
*
@TYPO3\\CMS\\Extbase\\Annotation\\Inject
*
*/
protected
$hiOrgServerSchnittstelleRepository
=
NULL
;
...
...
ext_tables.php
View file @
05a0a152
...
...
@@ -45,5 +45,5 @@ $iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS
$iconRegistry
->
registerIcon
(
'backendIcon'
,
'TYPO3\\CMS\\Core\\Imaging\\IconProvider\\SvgIconProvider'
,
[
'source'
=>
'EXT:dti_
drkregionh
/Resources/Public/Icons/dt-kloetze.svg'
]
[
'source'
=>
'EXT:dti_
hiorg
/Resources/Public/Icons/dt-kloetze.svg'
]
);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment