Skip to content

Commit 864389c

Browse files
committed
Fix the FAQ sorting in the back end (see contao#7362)
1 parent 8bcd1a4 commit 864389c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

system/docs/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Contao Open Source CMS changelog
44
Version 3.2.15 (2014-XX-XX)
55
---------------------------
66

7+
### Fixed
8+
Fixed the FAQ sorting in the back end (see #7362).
9+
710
### Fixed
811
Added the `Widget::__isset()` method (see #7290).
912

system/modules/faq/dca/tl_faq.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
(
139139
'label' => &$GLOBALS['TL_LANG']['MSC']['sorting'],
140140
'sorting' => true,
141-
'flag' => 2,
141+
'flag' => 11,
142142
'sql' => "int(10) unsigned NOT NULL default '0'"
143143
),
144144
'tstamp' => array

0 commit comments

Comments
 (0)