Event history: preserve translation domain

refs #11629
This commit is contained in:
Alexander A. Klimov 2016-04-25 12:30:50 +02:00
parent eecd15ee68
commit 098eff9050
1 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,12 @@ if (! $this->compact): ?>
<?php endif ?>
<?= $this->partial(
'partials/event-history.phtml',
array('compact' => $this->compact, 'history' => $history, 'isOverview' => true, 'tableCssClass' => 'table-row-selectable')
array(
'compact' => $this->compact,
'history' => $history,
'isOverview' => true,
'tableCssClass' => 'table-row-selectable',
'translationDomain' => $this->translationDomain
)
) ?>