diff options
Diffstat (limited to 'includes/model/User_model.php')
-rw-r--r-- | includes/model/User_model.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/model/User_model.php b/includes/model/User_model.php index 7f9170df..576bb3f5 100644 --- a/includes/model/User_model.php +++ b/includes/model/User_model.php @@ -71,7 +71,7 @@ function User_tshirts_count() { * Returns all column names for sorting in an array. */ function User_sortable_columns() { - return array( + return [ 'Nick', 'Name', 'Vorname', @@ -84,7 +84,7 @@ function User_sortable_columns() { 'force_active', 'Tshirt', 'lastLogIn' - ); + ]; } /** |