Administrator
/
seo-dev
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bc7470ecd2b26e2121b10d905d9d2b6174b33c64
Authored by
Administrator
2015-09-10 15:39:08 +0300
1 parent
ce0c58c6
change request to massage
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
www/index.php
Inline
Side-by-side
www/index.php
Wrap text
Show/Hide comments
View file @
bc7470e
...
...
@@ -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,
...
...