Skip to content

Commit 946940d

Browse files
authored
Run the CS fixer (see contao#2548)
Description ----------- - Commits ------- 29af160 Run the CS fixer
1 parent 66231e7 commit 946940d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core-bundle/src/Resources/contao/widgets/MetaWizard.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public function generate()
155155
$return .= '<input type="text" name="' . $this->strId . '[' . $lang . '][' . $field . ']" id="ctrl_' . $this->strId . '_' . $field . '_' . $count . '" class="tl_text" value="' . StringUtil::specialchars($meta[$field]) . '"' . (!empty($fieldConfig['attributes']) ? ' ' . $fieldConfig['attributes'] : '') . '>';
156156
}
157157

158-
159158
// DCA picker
160159
if (isset($fieldConfig['dcaPicker']) && (\is_array($fieldConfig['dcaPicker']) || $fieldConfig['dcaPicker'] === true))
161160
{

0 commit comments

Comments
 (0)