git.cweiske.de
/
paste
/
115.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3172c6
)
(no commit message)
author
Anja
<aleichsenring@ab-softlab.de>
Sat, 15 Feb 2014 12:30:42 +0000
(
04:30
-0800)
committer
Anja
<aleichsenring@ab-softlab.de>
Sat, 15 Feb 2014 12:30:42 +0000
(
04:30
-0800)
gistfile1.php
patch
|
blob
|
history
diff --git
a/gistfile1.php
b/gistfile1.php
index 8e11160e9bd0041185663d395e738bece7b9284e..9e81558d572453ac07f0b9a8f81c13f7aa8ea1b9 100644
(file)
--- a/
gistfile1.php
+++ b/
gistfile1.php
@@
-6,7
+6,11
@@
TCA
'images' => array(
'exclude' => 0,
'label' => 'images',
- 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagerUtility::getFileFieldTCAConfig('images')
+ 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
+ 'images',
+ array(),
+ $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']
+ )
),
...
============================================================================