Commit 9493ba06e103d4f644c74ca761f4b956cc79970e
1 parent
4a717450
controller
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/app/frontend/controllers/MenuController.php
@@ -1274,5 +1274,7 @@ class MenuController extends \controllers\ControllerBase | @@ -1274,5 +1274,7 @@ class MenuController extends \controllers\ControllerBase | ||
1274 | $this->view->setVars([ | 1274 | $this->view->setVars([ |
1275 | 'no_robots' => 1 | 1275 | 'no_robots' => 1 |
1276 | ]); | 1276 | ]); |
1277 | + | ||
1278 | + return $this->response->redirect([ 'for' => 'homepage', 'language' => $this->lang_name ]); | ||
1277 | } | 1279 | } |
1278 | } | 1280 | } |
1279 | \ No newline at end of file | 1281 | \ No newline at end of file |