projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[CLEANUP] Fix TCA tree the same as in TYPO3_4-5
[Packages/TYPO3.CMS.git]
/
t3lib
/
tceforms
/
class.t3lib_tceforms_tree.php
diff --git
a/t3lib/tceforms/class.t3lib_tceforms_tree.php
b/t3lib/tceforms/class.t3lib_tceforms_tree.php
index
cb201bf
..
d20b389
100644
(file)
--- a/
t3lib/tceforms/class.t3lib_tceforms_tree.php
+++ b/
t3lib/tceforms/class.t3lib_tceforms_tree.php
@@
-66,7
+66,7
@@
class t3lib_TCEforms_Tree {
$valueArray = array();
$selectedNodes = array();
- if(
$PA['itemFormElValue'] != 0
) {
+ if(
!empty($PA['itemFormElValue'])
) {
$valueArray = explode(',', $PA['itemFormElValue']);
}