Add optional anchor for PM routes
This commit is contained in:
parent
b61f382405
commit
b7cec55d60
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class Routing
|
|||
);
|
||||
$r->add(
|
||||
$r::DUO,
|
||||
'/pm[/user/{second}][/{action}[/{more1|i:[1-9]\d*}[/{more2}]]]',
|
||||
'/pm[/user/{second}][/{action}[/{more1|i:[1-9]\d*}[/{more2}]]][#p{numPost}]',
|
||||
'PM:action',
|
||||
'PMAction'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue