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