Skip to content

Commit

Permalink
Fixed worker list page
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuravljov committed Apr 12, 2018
1 parent ebc8684 commit db3ea20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/worker/index.php
Expand Up @@ -64,6 +64,7 @@
if ($senderName === $record->sender_name) {
return '';
}
$senderName = $record->sender_name;
$groupTitle = strtr('Sender: name (class)', [
'name' => $record->sender_name,
'class' => get_class(Yii::$app->get($record->sender_name)),
Expand Down

0 comments on commit db3ea20

Please sign in to comment.