BUGFIX: Remove pr issue

This commit is contained in:
Daniel Siepmann 2017-08-25 11:46:46 +02:00
parent fe754964fe
commit efc2fb7da6
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -87,7 +87,6 @@ class TcaIndexer extends AbstractIndexer
$query = $query->andWhere($this->tcaTableService->getTableName() . '.uid = ' . (int) $identifier); $query = $query->andWhere($this->tcaTableService->getTableName() . '.uid = ' . (int) $identifier);
$record = $query->execute()->fetch(); $record = $query->execute()->fetch();
if ($record === false || $record === null) { if ($record === false || $record === null) {
throw new NoRecordFoundException( throw new NoRecordFoundException(
'Record could not be fetched from database: "' . $identifier . '". Perhaps record is not active.', 'Record could not be fetched from database: "' . $identifier . '". Perhaps record is not active.',