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
5313f675c839d04088140e2ddf4f46afd466d162
Authored by
Administrator
2015-09-10 15:40:00 +0300
1 parent
bc7470ec
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 @
5313f67
...
...
@@ -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/
}',
419
419
[
420
420
'controller' => 'series_of_letters',
421
421
'action' => 1,
...
...