Commit 2fdc2416a3a517e2959fe75dd0b13ef2d4720356
1 parent
9fc7d9a6
123
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/app/frontend/controllers/PageController.php
| ... | ... | @@ -1416,7 +1416,7 @@ class PageController extends \controllers\ControllerBase | 
| 1416 | 1416 | public function aboutuaAction(){ | 
| 1417 | 1417 | $this->view->setMainView('about_ukr'); | 
| 1418 | 1418 | } | 
| 1419 | - public function aboutuaAction(){ | |
| 1419 | + public function aboutengAction(){ | |
| 1420 | 1420 | $this->view->setMainView('about_eng'); | 
| 1421 | 1421 | } | 
| 1422 | 1422 | ... | ... |