From a42e91f02e9c748deaba6d3fb688e5a457b77f12 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 7 Nov 2016 14:51:22 +0200 Subject: [PATCH] 123 --- src/app/frontend/controllers/PageController.php | 2 +- www/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/frontend/controllers/PageController.php b/src/app/frontend/controllers/PageController.php index 8add771..5379bb5 100644 --- a/src/app/frontend/controllers/PageController.php +++ b/src/app/frontend/controllers/PageController.php @@ -1413,7 +1413,7 @@ class PageController extends \controllers\ControllerBase die(); } - public function aboutuaAction($type){ + public function aboutuaAction(){ $this->view->setMainView('about_ukr'); } diff --git a/www/index.php b/www/index.php index f971fa8..2f4b169 100644 --- a/www/index.php +++ b/www/index.php @@ -1748,7 +1748,7 @@ try $router->add ( - '/about{language:([/][a-z]{2})?}', + '/aboutua', [ 'controller' => 'page', 'action' => 'aboutua', -- libgit2 0.21.4