We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb822e0 commit c22ac9eCopy full SHA for c22ac9e
ext/comment/main.php
@@ -89,7 +89,7 @@ public static function get_all_from_image(int $image_id): array
89
$rows = Ctx::$database->get_all(
90
'SELECT * FROM comments
91
WHERE image_id = :image_id
92
- ORDER BY id DESC',
+ ORDER BY id ASC',
93
['image_id' => $image_id]
94
);
95
return self::multi_row($rows);
0 commit comments