From 6737610c5af972d405c8bd85751616d9e94481a6 Mon Sep 17 00:00:00 2001 From: Peter Schulze Date: Tue, 11 Jun 2024 17:07:50 +0200 Subject: [PATCH] satisfying cs fixer --- plugins/manager/pages/data_history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/manager/pages/data_history.php b/plugins/manager/pages/data_history.php index 0eff6e4b..b0da26d8 100644 --- a/plugins/manager/pages/data_history.php +++ b/plugins/manager/pages/data_history.php @@ -330,7 +330,7 @@ static function ($a) use (&$dataset, $table, &$historyDatasets, $actionsCell, $n // handle actions column if (0 === $changes) { $a['list']->setColumnLayout($changesCurrent, ['', '###VALUE###']); - $a['list']->setColumnLayout('view', ['', ''.rex_i18n::msg('yform_history_is_current_dataset').'']); + $a['list']->setColumnLayout('view', ['', '' . rex_i18n::msg('yform_history_is_current_dataset') . '']); $a['list']->setColumnLayout('restore', ['', '']); } else { $a['list']->setColumnLayout($changesCurrent, ['', $normalCell]);