projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[BUGFIX] EXT:beuser must have frontend root TS template
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
beuser
/
ext_autoload.php
1
<
?php
2
3
$extensionPath
=
t3lib_extMgm
::
extPath
(
'beuser'
);
4
5
return array
(
6
'tx_beuser_switchbackuser'
=>
$extensionPath
.
'Classes/class.tx_beuser_switchbackuser.php'
7
);
8
9
?
>