Skip to content

Commit 090018b

Browse files
committed
Merge pull request #180 from baumannsven/fix/#173
version compare was wrong
2 parents 4cf50ba + 96aa916 commit 090018b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/modules/multicolumnwizard/MultiColumnWizard.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ protected function getMcWDatePickerString($strId, $strKey, $rgxp)
677677
</script>';
678678
}
679679

680-
elseif (version_compare(VERSION,'3.3.0','<')) {
680+
elseif (version_compare(VERSION,'3.3','<')) {
681681

682682
$format = Date::formatToJs($GLOBALS['TL_CONFIG'][$rgxp . 'Format']);
683683
switch ($rgxp)
@@ -779,7 +779,7 @@ protected function initializeWidget(&$arrField, $intRow, $strKey, $varValue)
779779

780780
//pass activeRecord to widget
781781
$arrField['activeRecord'] = $this->activeRecord;
782-
782+
783783
// Toggle line wrap (textarea)
784784
if ($arrField['inputType'] == 'textarea' && $arrField['eval']['rte'] == '')
785785
{

0 commit comments

Comments
 (0)