1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

#3053 - Wrong pref for comment sorting

This commit is contained in:
Tijn Kuyper
2018-06-25 14:26:50 +02:00
committed by GitHub
parent 1edd4a008f
commit 20f35e6186

View File

@@ -1571,7 +1571,7 @@ $text .= "
'asc' => PRFLAN_237
);
$text .= $frm->select('comments_sort',$comment_sort, $pref['comments_moderate'], array('size'=>'xlarge'))."
$text .= $frm->select('comments_sort',$comment_sort, $pref['comments_sort'], array('size'=>'xlarge'))."
</td>
</tr>