diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index e5ae4a3..b289cc9 100644 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -61,7 +61,7 @@ $objects = Objectkb::find() ->with('lang.alias') ->where([ - 'id' => array(38,39,37,7) + 'id' => array(7,37,38,39) ])->all(); return $this->render( -- libgit2 0.21.4