FIX направление фотоленты
This commit is contained in:
parent
ab04c51680
commit
e7be752ceb
|
|
@ -19,6 +19,7 @@ class ArticlePhotos extends Model
|
|||
{
|
||||
$params = array(
|
||||
'where' => '`owner` = '.(int)$userId,
|
||||
'order' => 'id DESC'
|
||||
);
|
||||
|
||||
if ($limit > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue