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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user