Skip to content
This repository has been archived by the owner on Jun 30, 2019. It is now read-only.

Commit

Permalink
Change the default value "undefined" for "fullscreenCrop" with "lands…
Browse files Browse the repository at this point in the history
…cape"
  • Loading branch information
lionel-m committed Jul 2, 2013
1 parent 416f1ca commit 99689ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/modules/galerie/dca/tl_galerie.php
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
(
'label' => &$GLOBALS['TL_LANG']['tl_galerie']['fullscreenCrop'],
'exclude' => true,
'default' => 'undefined',
'default' => 'landscape',
'inputType' => 'select',
'options' => array('undefined', 'false', 'true', 'height', 'width', 'landscape', 'portrait'),
'reference' => &$GLOBALS['TL_LANG']['tl_galerie'],
Expand Down

0 comments on commit 99689ac

Please sign in to comment.