Commit bc7470ecd2b26e2121b10d905d9d2b6174b33c64

Authored by Administrator
1 parent ce0c58c6

change request to massage

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
www/index.php
... ... @@ -415,7 +415,7 @@ try
415 415 ->setName( 'series_of_letters' );
416 416 $router->add
417 417 (
418   - '/series_of_letter/:action/{id:[0-9]+?}',
  418 + '/series_of_letter/:action/{id:([0-9]+)?}',
419 419 [
420 420 'controller' => 'series_of_letters',
421 421 'action' => 1,
... ...