projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
695a63c
)
fixed call to undefined function when installing EXT:openid
author
Ingo Renner
<ingo.renner@typo3.org>
Wed, 29 Oct 2008 02:02:21 +0000
(
02:02
+0000)
committer
Ingo Renner
<ingo.renner@typo3.org>
Wed, 29 Oct 2008 02:02:21 +0000
(
02:02
+0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4373
709f56b5
-9817-0410-a4d7-
c38de5d9e867
t3lib/class.t3lib_extmgm.php
patch
|
blob
|
history
diff --git
a/t3lib/class.t3lib_extmgm.php
b/t3lib/class.t3lib_extmgm.php
index
3d83a28
..
f070b28
100644
(file)
--- a/
t3lib/class.t3lib_extmgm.php
+++ b/
t3lib/class.t3lib_extmgm.php
@@
-301,7
+301,7
@@
final class t3lib_extMgm {
$palette = $generatedPalette;
} else {
$palette = $generatedPalette = 'generatedFor-' . $field;
- self::add
New
FieldsToPalette($table, $palette, $addFields, $insertionPosition);
+ self::addFieldsToPalette($table, $palette, $addFields, $insertionPosition);
}
$fields[$field]['details']['palette'] = $palette;
$types[$type]['showitem'] = self::generateFieldList($fields);