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 213 {
214 214 $page_stom = Page::find()
215 215 ->with('lang')
216   - ->where([ 'id' => 3 ])
  216 + ->where([ 'id' => 21 ])
217 217 ->one();
218 218 $page_cosm = Page::find()
219 219 ->with('lang')
... ...