projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[+BUGFIX] Extbase (Persistence): Removed testing code accidentally committed to trunk...
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
extbase
/
Classes
/
Persistence
/
Mapper
/
DataMapper.php
diff --git
a/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapper.php
b/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapper.php
index
e01f9ef
..
5ca4b3f
100644
(file)
--- a/
typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapper.php
+++ b/
typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapper.php
@@
-491,7
+491,7
@@
class Tx_Extbase_Persistence_Mapper_DataMapper implements t3lib_Singleton {
} else {
throw new Tx_Extbase_Persistence_Exception_UnexpectedTypeException('Could not determine the child object object type.', 1251315967);
}
} else {
throw new Tx_Extbase_Persistence_Exception_UnexpectedTypeException('Could not determine the child object object type.', 1251315967);
}
- return $elementType;
+ return $elementType;
}
/**
}
/**