mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 15:16:12 +01:00
BUGFIX: Remove pr issue
This commit is contained in:
parent
fe754964fe
commit
efc2fb7da6
1 changed files with 0 additions and 1 deletions
|
@ -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.',
|
||||||
|
|
Loading…
Reference in a new issue