Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
b2e72a26
Commit
b2e72a26
authored
Jul 20, 2017
by
Jens Jacobsen
Browse files
Replace usage of Tx_TerFe2_Utility_Archive
parent
5ce99e3d
Pipeline
#1725
passed with stages
in 3 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter/class.tx_ter_api.php
View file @
b2e72a26
...
...
@@ -903,8 +903,8 @@ class tx_ter_api
break
;
case
'ext_emconf.php'
:
$autoload
=
[];
if
(
is_callable
(
'
Tx_
TerFe2
_
Utility
_
Archive::extractEmConf'
))
{
$emConfData
=
Tx_
TerFe2
_
Utility
_
Archive
::
extractEmConf
(
base64_decode
(
$fileData
->
content
));
if
(
is_callable
(
'
\T3o\
TerFe2
\
Utility
\
Archive::extractEmConf'
))
{
$emConfData
=
\
T3o\
TerFe2
\
Utility
\
Archive
::
extractEmConf
(
base64_decode
(
$fileData
->
content
));
if
(
!
empty
(
$emConfData
[
'autoload'
]))
{
$autoload
=
$emConfData
[
'autoload'
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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