Commit fd4541073132bc5b6a76a262516f617cee904535

Authored by Eugeny Galkovskiy
1 parent 6da89819

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(7,37,38,39)
  64 + 'id' => array(38,39,37,7)
65 65 ])->all();
66 66  
67 67 return $this->render(
... ...