diff --git a/ground/models/ArticlePhotos.php b/ground/models/ArticlePhotos.php index ed260a9..5ca5eb2 100644 --- a/ground/models/ArticlePhotos.php +++ b/ground/models/ArticlePhotos.php @@ -19,6 +19,7 @@ class ArticlePhotos extends Model { $params = array( 'where' => '`owner` = '.(int)$userId, + 'order' => 'id DESC' ); if ($limit > 0) {