Completed
Pull Request — develop (#16)
by
unknown
15:49
created
Configuration/TCA/Overrides/sys_file_reference.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 $GLOBALS['TCA']['sys_file_reference']['columns']['crop']['config']['ratios']['3.5']  = 'slick - wide';
8 8
 $GLOBALS['TCA']['sys_file_reference']['columns']['crop']['config']['ratios']['1.5']  = 'slick - 3:2';
9
-$GLOBALS['TCA']['sys_file_reference']['columns']['crop']['config']['ratios']['1.77']  = 'slick - 16:9';
9
+$GLOBALS['TCA']['sys_file_reference']['columns']['crop']['config']['ratios']['1.77'] = 'slick - 16:9';
10 10
 
11 11
 // Actually unused
12 12
 
Please login to merge, or discard this patch.