Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 727f130

Browse files
authored
do not use default for disable
1 parent 787dc6e commit 727f130

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/modules/short_urls/dca/tl_short_urls.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
'label' => &$GLOBALS['TL_LANG']['tl_short_urls']['disable'],
141141
'exclude' => true,
142142
'filter' => true,
143-
'default' => false,
144143
'inputType' => 'checkbox',
145144
'eval' => array('tl_class'=>'clr'),
146145
'sql' => "char(1) NOT NULL default ''"

0 commit comments

Comments
 (0)