diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index a2fdc466f..2a980416d 100644 --- a/comments.php +++ b/comments.php @@ -42,7 +42,7 @@ $sort_order = array( // sort_by : database fields proposed for sorting comments list $sort_by = array( 'date' => 'comment date', - 'image_id' => 'image' + 'image_id' => 'picture' ); // items_number : list of number of items to display per page |