Completed
Push — dev ( 845ef5...8eacd8 )
by
unknown
02:50
created
src/eXpansion/Framework/Core/Model/Gui/Widget.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     {
108 108
         foreach ($frame->getChildren() as $child) {
109 109
             if ($child instanceof Label && $child->getTranslate()) {
110
-                $textId = 'exp_' . md5($child->getTextId());
110
+                $textId = 'exp_'.md5($child->getTextId());
111 111
                 $translations[$textId] = $this->translationHelper->getTranslations($child->getTextId(), []);
112 112
 
113 113
                 // Replaces with text id that can be used in the xml.
Please login to merge, or discard this patch.