diff --git a/main/document/document.php b/main/document/document.php index 1aa63eb18d..454b67088b 100644 --- a/main/document/document.php +++ b/main/document/document.php @@ -1268,7 +1268,7 @@ if (count($row) == 12) { $default_column = $is_allowed_to_edit ? 2 : 1; $tablename = $is_allowed_to_edit ? 'teacher_table' : 'student_table'; -$table = new SortableTableFromArrayConfig($sortable_data, $default_column, 20, $tablename, $column_show, $column_order, 'ASC', true); +$table = new SortableTableFromArrayConfig($sortable_data, $default_column, 20, $tablename, $column_show, $column_order, 'ASC'); if (isset($_GET['keyword'])) { $query_vars['keyword'] = Security::remove_XSS($_GET['keyword']);