FIX направление фотоленты

This commit is contained in:
Krivchikov Dmitry 2015-09-25 17:58:18 +03:00
parent ab04c51680
commit e7be752ceb
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class ArticlePhotos extends Model
{
$params = array(
'where' => '`owner` = '.(int)$userId,
'order' => 'id DESC'
);
if ($limit > 0) {