Commit 3590701174ae6819a28d2f73f91d3e68c0a8edcd

Authored by alex
1 parent 227f5704

bugfix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/controllers/SiteController.php
@@ -213,7 +213,7 @@ @@ -213,7 +213,7 @@
213 { 213 {
214 $page_stom = Page::find() 214 $page_stom = Page::find()
215 ->with('lang') 215 ->with('lang')
216 - ->where([ 'id' => 3 ]) 216 + ->where([ 'id' => 21 ])
217 ->one(); 217 ->one();
218 $page_cosm = Page::find() 218 $page_cosm = Page::find()
219 ->with('lang') 219 ->with('lang')