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
ce0c58c610c8e3b7b4d7d78c3f6aac6459a8e9cf
Authored by
Administrator
2015-09-10 15:38:42 +0300
1 parent
466ec818
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 @
ce0c58c
...
...
@@ -415,7 +415,7 @@ try
415
415
->setName( 'series_of_letters' );
416
416
$router->add
417
417
(
418
- '/series_of_letter/:action
',
418
+ '/series_of_letter/:action
/{id:[0-9]+?}
',
419
419
[
420
420
'controller' => 'series_of_letters',
421
421
'action' => 1,
...
...