Skip to content

Commit

Permalink
D3files modelī sortēšana pēc file_model_id
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 17, 2019
1 parent 1aaa8b3 commit 30147a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/D3files.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function ($id) { return (int) $id; },
WHERE fm.model_id IN (' . implode(',', $ids) . ')
AND fmn.name = :model_name
AND fm.deleted = 0
ORDER BY model_id
ORDER BY file_model_id
';

$parameters = [
Expand Down

0 comments on commit 30147a9

Please sign in to comment.