mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 04:56:11 +01:00
[TASK] Remove double variables
This commit is contained in:
parent
4000699812
commit
f1eb85de64
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class RelationResolver implements Singleton
|
|||
protected function getColumnValue(array $record, string $column, TcaTableServiceInterface $service): string
|
||||
{
|
||||
$utility = GeneralUtility::makeInstance($this->getUtilityForMode());
|
||||
$value = $value = $utility::getProcessedValueExtra(
|
||||
$value = $utility::getProcessedValueExtra(
|
||||
$service->getTableName(),
|
||||
$column,
|
||||
$record[$column],
|
||||
|
|
Loading…
Reference in a new issue