Adjust routes syntax since previous code *should* have been bugged.
This commit is contained in:
parent
1f8203facb
commit
451b24ca02
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $route['404_override'] = '';
|
|||
|
||||
$route['random'] = 'view/random';
|
||||
$route['latest'] = 'view/latest';
|
||||
$route['[0-9]+'] = 'view/specific/$1';
|
||||
$route['([0-9]+)'] = 'view/specific/$1';
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue