1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge branch 'original-pr-6356' into gh-6356

This commit is contained in:
Artem Stepin 2017-06-09 21:58:57 +02:00
commit 351b6972a4

View File

@ -1731,7 +1731,7 @@ public function __construct(<params>)
$embedded = ['class="' . $embeddedClass['class'] . '"'];
if (isset($fieldMapping['columnPrefix'])) {
if (isset($embeddedClass['columnPrefix'])) {
$embedded[] = 'columnPrefix=' . var_export($embeddedClass['columnPrefix'], true);
}