Skip to content

Commit f618e14

Browse files
shyamranpararostyslav-hymon
authored andcommitted
rewrite issue-13385
1 parent 447a24d commit f618e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ public function _loadEntities($printQuery = false, $logQuery = false)
11241124
$query = $this->getSelect();
11251125
$rows = $this->_fetchAll($query);
11261126
} catch (\Exception $e) {
1127-
$this->printLogQuery(true, true, $query);
1127+
$this->printLogQuery(false, true, $query);
11281128
throw $e;
11291129
}
11301130

0 commit comments

Comments
 (0)