Skip to content

Commit

Permalink
[Bugfix] Fixed a bug where wipSynUrl would overlap cron settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Feb 6, 2023
1 parent 113f90f commit ea261e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'label' => &$GLOBALS['TL_LANG']['tl_interface']['wibSyncUrl'],
'exclude' => true,
'inputType' => 'text',
'eval' => array('mandatory'=>true, 'maxlength'=>255, 'tl_class'=>'long'),
'eval' => array('mandatory'=>true, 'maxlength'=>255, 'tl_class'=>'long clr'),
'sql' => "varchar(255) NOT NULL default ''"
);

Expand Down

0 comments on commit ea261e1

Please sign in to comment.