Commit a13c0fbccea31736a4d6e61273ac52e003aaa3eb

Authored by Eugeny Galkovskiy
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 61 $objects = Objectkb::find()
62 62 ->with('lang.alias')
63 63 ->where([
64   - 'id' => array(38,39,37,7)
  64 + 'id' => array(7,37,38,39)
65 65 ])->all();
66 66  
67 67 return $this->render(
... ...