From a13c0fbccea31736a4d6e61273ac52e003aaa3eb Mon Sep 17 00:00:00 2001 From: zhegal Date: Wed, 31 Jan 2018 16:18:34 +0200 Subject: [PATCH] objects main page --- frontend/controllers/SiteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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