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