Skip to content

Commit 828e5e8

Browse files
author
nsyvokonenko
committed
MAGETWO-37614: Stabilize story
1 parent f88a7c8 commit 828e5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Log/Model/Resource/Visitor/Online/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function addCustomerData()
7171
];
7272

7373
$this->getSelect()->joinLeft(
74-
['customer' => $this->getConnection()->getTableName('customer_entity')],
74+
['customer' => $this->getResource()->getTable('customer_entity')],
7575
'customer.entity_id=main_table.customer_id',
7676
$attributes
7777
);

0 commit comments

Comments
 (0)