Commit a13c0fbccea31736a4d6e61273ac52e003aaa3eb
1 parent
fd454107
objects main page
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/controllers/SiteController.php
@@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
61 | $objects = Objectkb::find() | 61 | $objects = Objectkb::find() |
62 | ->with('lang.alias') | 62 | ->with('lang.alias') |
63 | ->where([ | 63 | ->where([ |
64 | - 'id' => array(38,39,37,7) | 64 | + 'id' => array(7,37,38,39) |
65 | ])->all(); | 65 | ])->all(); |
66 | 66 | ||
67 | return $this->render( | 67 | return $this->render( |