Actions
Bug #65865
closedExtbase: Call to a member function hasIdentifier() on null
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2015-03-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
typo3_src-6.2.9/typo3/sysext/extbase/Classes/Persistence/Repository.php ? in handleFatalError
public function findByIdentifier($identifier) { ... if ($this->session->hasIdentifier($identifier, $this->objectType)) { $object = $this->session->getObjectByIdentifier($identifier, $this->objectType); } else {
It is not checked if $this->session exists...
Actions