From 3590701174ae6819a28d2f73f91d3e68c0a8edcd Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 16 Jan 2019 20:52:44 +0200 Subject: [PATCH] bugfix --- 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 9a08eb5..a69a6ff 100755 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -213,7 +213,7 @@ { $page_stom = Page::find() ->with('lang') - ->where([ 'id' => 3 ]) + ->where([ 'id' => 21 ]) ->one(); $page_cosm = Page::find() ->with('lang') -- libgit2 0.21.4