Skip to content

Commit

Permalink
Merge pull request #2273 from magento-engcom/ENGCOM-907-magento-magen…
Browse files Browse the repository at this point in the history
…to2-14100

[Engcom] Public Pull Requests 2.3-develop
  • Loading branch information
Stanislav Idolov authored Mar 26, 2018
2 parents cec4bf4 + c0580d6 commit e70fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/DB/Sql/ConcatExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function __toString()
}
return sprintf(
'TRIM(%s)',
$this->adapter->getConcatSql($columns, ' ')
$this->adapter->getConcatSql($columns, $this->separator)
);
}
}

0 comments on commit e70fff5

Please sign in to comment.