From 8af01b676733d22301f99b77256d5f86250a239c Mon Sep 17 00:00:00 2001 From: captainbeer Date: Wed, 17 Feb 2021 16:21:55 +0200 Subject: [PATCH] -Stom prices --- 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 a69a6ff..f9ca88a 100755 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -213,7 +213,7 @@ { $page_stom = Page::find() ->with('lang') - ->where([ 'id' => 21 ]) + ->where([ 'id' => 22 ]) ->one(); $page_cosm = Page::find() ->with('lang') -- libgit2 0.21.4