mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 11:36: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
|
protected function getColumnValue(array $record, string $column, TcaTableServiceInterface $service): string
|
||||||
{
|
{
|
||||||
$utility = GeneralUtility::makeInstance($this->getUtilityForMode());
|
$utility = GeneralUtility::makeInstance($this->getUtilityForMode());
|
||||||
$value = $value = $utility::getProcessedValueExtra(
|
$value = $utility::getProcessedValueExtra(
|
||||||
$service->getTableName(),
|
$service->getTableName(),
|
||||||
$column,
|
$column,
|
||||||
$record[$column],
|
$record[$column],
|
||||||
|
|
Loading…
Reference in a new issue