Commit 75ffd6cb4c68d461a381dbb67d5c74a995bf2ce5

Authored by Eugeny Galkovskiy
1 parent 6ba449e8

123

Showing 1 changed file with 10 additions and 7 deletions   Show diff stats
www/index.php
... ... @@ -1747,14 +1747,17 @@ try
1747 1747  
1748 1748  
1749 1749 $router->add
1750   - (
1751   - '/pro_companiu-1','/o_companiu-1',
1752   - [
1753   - 'controller' => 'page',
1754   - 'action' => 'aboutua',
1755   - ]
  1750 + ('/pro_companiu-1',
  1751 + ['controller' => 'page',
  1752 + 'action' => 'aboutua',]
  1753 + )
  1754 + ->setName( 'aboutua' );
  1755 + $router->add
  1756 + ('/o-kompanii-1',
  1757 + ['controller' => 'page',
  1758 + 'action' => 'aboutua',]
1756 1759 )
1757   - ->setName( 'aboutua' );
  1760 + ->setName( 'aboutua' );
1758 1761  
1759 1762  
1760 1763  
... ...